aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-01-18 02:29:55 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-01-18 02:29:55 +0800
commit11a4742f2e0dad576fee814d0ce7a240a6faf4f3 (patch)
tree61df6f90159e6b960a3376dc2349744878980272 /print
parentf928d4827a04a864849ee750cc11c9e2ef33963c (diff)
downloadfreebsd-ports-gnome-11a4742f2e0dad576fee814d0ce7a240a6faf4f3.tar.gz
freebsd-ports-gnome-11a4742f2e0dad576fee814d0ce7a240a6faf4f3.tar.zst
freebsd-ports-gnome-11a4742f2e0dad576fee814d0ce7a240a6faf4f3.zip
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
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} \