From d66de6b6760f1024ff5ac790c261af996884a478 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 6 Oct 2012 23:01:46 +0000 Subject: Correct logic from OptionsNG conversion. Pointhat to: me --- print/xfce4-print/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'print') 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 -- cgit v1.2.3