summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-17 18:29:55 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-17 18:29:55 +0000
commit933d8a2b02c0421576f8b7862c2bdf7e753574c1 (patch)
tree61df6f90159e6b960a3376dc2349744878980272 /print
parentAdd missing LIB_DEPENDS to devel/libuv (stage-qa). (diff)
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=431771
Diffstat (limited to 'print')
-rw-r--r--print/gutenprint-base/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/print/gutenprint-base/Makefile b/print/gutenprint-base/Makefile
index c509199e4596..7688e0cf681a 100644
--- a/print/gutenprint-base/Makefile
+++ b/print/gutenprint-base/Makefile
@@ -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} \