svn commit: r431771 - head/print/gutenprint-base
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jan 17 18:29:56 UTC 2017
Author: amdmi3
Date: Tue Jan 17 18:29:55 2017
New Revision: 431771
URL: https://svnweb.freebsd.org/changeset/ports/431771
Log:
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Modified:
head/print/gutenprint-base/Makefile
Modified: head/print/gutenprint-base/Makefile
==============================================================================
--- head/print/gutenprint-base/Makefile Tue Jan 17 18:29:23 2017 (r431770)
+++ head/print/gutenprint-base/Makefile Tue Jan 17 18:29:55 2017 (r431771)
@@ -52,10 +52,9 @@ INSTALL_WRKSRC= ${WRKSRC}/src/gimp2
.endif
.if defined(GUT_SLAVE) && ${GUT_SLAVE}=="cups"
-.if ${OSVERSION} > 1000000
+# XXX: check for DragonFly
PLIST_FILES+= libexec/cups/backend/gutenprint52+usb \
share/cups/usb/net.sf.gimp-print.usb-quirks
-.endif
LIB_DEPENDS+= libcupsimage.so:print/cups
RUN_DEPENDS+= ${LOCALBASE}/libexec/cups/filter/gstoraster:print/cups-filters
CONFIGURE_ARGS+= --with-cups=${PREFIX} \
More information about the svn-ports-all
mailing list