aboutsummaryrefslogtreecommitdiff
path: root/print/xfce4-print
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-10-06 23:01:46 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-10-06 23:01:46 +0000
commitd66de6b6760f1024ff5ac790c261af996884a478 (patch)
tree3e88bcb31c22754491d1c2feccec4a86cb1f113e /print/xfce4-print
parent24adbadbde03e7b998c00044bea72e3b1c406fa2 (diff)
downloadports-d66de6b6760f1024ff5ac790c261af996884a478.tar.gz
ports-d66de6b6760f1024ff5ac790c261af996884a478.zip
Correct logic from OptionsNG conversion.
Pointhat to: me
Notes
Notes: svn path=/head/; revision=305423
Diffstat (limited to 'print/xfce4-print')
-rw-r--r--print/xfce4-print/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile
index 4e5ae59808dc..f2c5b85b5533 100644
--- a/print/xfce4-print/Makefile
+++ b/print/xfce4-print/Makefile
@@ -40,14 +40,13 @@ PLIST_SUB+= CUPS="@comment "
.endif
.if ${PORT_OPTIONS:MLPR}
-CONFIGURE_ARGS+=--disable-bsdlpr
-PLIST_SUB+= LPR="@comment "
-.else
CONFIGURE_ARGS+=--enable-bsdlpr --with-printcap=/etc/printcap
PLIST_SUB+= LPR=""
+.else
+CONFIGURE_ARGS+=--disable-bsdlpr
+PLIST_SUB+= LPR="@comment "
.endif
-
.if ${PORT_OPTIONS:MLETTER}
CONFIGURE_ARGS+=--enable-letter
BUILD_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter