Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2014 09:39:43 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363032 - head/print/qpdf
Message-ID:  <201407270939.s6R9dhZD099545@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jul 27 09:39:43 2014
New Revision: 363032
URL: http://svnweb.freebsd.org/changeset/ports/363032
QAT: https://qat.redports.org/buildarchive/r363032/

Log:
  Turn SDK option on by default to unbreak print/cups-filters
  
  With hat:	portmgr

Modified:
  head/print/qpdf/Makefile

Modified: head/print/qpdf/Makefile
==============================================================================
--- head/print/qpdf/Makefile	Sun Jul 27 09:36:57 2014	(r363031)
+++ head/print/qpdf/Makefile	Sun Jul 27 09:39:43 2014	(r363032)
@@ -3,6 +3,7 @@
 
 PORTNAME=	qpdf
 PORTVERSION=	5.1.2
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	SF
 
@@ -15,6 +16,7 @@ BUILD_DEPENDS=	bash:${PORTSDIR}/shells/b
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
 OPTIONS_DEFINE=	SDK
+OPTIONS_DEFAULT=	SDK
 OPTIONS_SUB=	yes
 
 SDK_DESC=	Install header files.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407270939.s6R9dhZD099545>