aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-06-02 11:44:00 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-06-02 11:44:00 +0000
commite7c2476239b91420f99e5406693a4d39050833ed (patch)
tree4e614bf7ceb5629f050665924d17f5165f24b01e
parent33b768f99d21cdf3791182061ba3160a22127f92 (diff)
downloadports-e7c2476239b91420f99e5406693a4d39050833ed.tar.gz
ports-e7c2476239b91420f99e5406693a4d39050833ed.zip
Fix qt33 with option-ng
Submitted by: Oliver Pinter <oliver.pinter@gmail.com>
Notes
Notes: svn path=/head/; revision=298012
-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}