aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-06-02 19:44:00 +0800
committerbapt <bapt@FreeBSD.org>2012-06-02 19:44:00 +0800
commitf6a6b1f1415f66b9949e94c6485eea7f0bcf3429 (patch)
tree3b382018cadaeb2145c028f2c30cb66195c1cb8b
parent6c27ab3b33c6f2d6fa93ec44369b582207497be6 (diff)
downloadfreebsd-ports-gnome-f6a6b1f1415f66b9949e94c6485eea7f0bcf3429.tar.gz
freebsd-ports-gnome-f6a6b1f1415f66b9949e94c6485eea7f0bcf3429.tar.zst
freebsd-ports-gnome-f6a6b1f1415f66b9949e94c6485eea7f0bcf3429.zip
Fix qt33 with option-ng
Submitted by: Oliver Pinter <oliver.pinter@gmail.com>
-rw-r--r--x11-toolkits/qt33/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index ee9a936502c9..5b16296b1ddd 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/Makefile
@@ -111,10 +111,8 @@ CONFIGURE_ARGS+=-disable-opengl
.if ${PORT_OPTIONS:MCUPS}
LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client
-.elif defined(WITHOUT_CUPS)
-CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include
.else
-CUPS=
+CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include
.endif
.if ${PORT_OPTIONS:MNAS}