svn commit: r363032 - head/print/qpdf

Antoine Brodin antoine at FreeBSD.org
Sun Jul 27 09:39:44 UTC 2014


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.


More information about the svn-ports-all mailing list