diff options
author | eadler <eadler@FreeBSD.org> | 2012-10-07 07:01:46 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-10-07 07:01:46 +0800 |
commit | cae29f1c89066b7b856c5dba2f40b9f1a19d6f8c (patch) | |
tree | 3e88bcb31c22754491d1c2feccec4a86cb1f113e /print | |
parent | b0d9d492b255aceece89c5e3ef84aec42d8eee44 (diff) | |
download | freebsd-ports-gnome-cae29f1c89066b7b856c5dba2f40b9f1a19d6f8c.tar.gz freebsd-ports-gnome-cae29f1c89066b7b856c5dba2f40b9f1a19d6f8c.tar.zst freebsd-ports-gnome-cae29f1c89066b7b856c5dba2f40b9f1a19d6f8c.zip |
Correct logic from OptionsNG conversion.
Pointhat to: me
Diffstat (limited to 'print')
-rw-r--r-- | print/xfce4-print/Makefile | 7 |
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 |