aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2007-05-30 16:36:05 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2007-05-30 16:36:05 +0000
commit5380990b0f9ca52d02fcb76ad19f05de128031bb (patch)
treea7727a925ab0a6b22981642afe07aa6047f61a09 /x11-toolkits
parent09245cdc7bf5ebaea8e536814b704a62323bccd8 (diff)
downloadports-5380990b0f9ca52d02fcb76ad19f05de128031bb.tar.gz
ports-5380990b0f9ca52d02fcb76ad19f05de128031bb.zip
Since Qt4 plugin is disabled by default, check for WITH_QT4, not !WITHOUT_QT4.
Notes
Notes: svn path=/head/; revision=192403
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/nucleo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/nucleo/Makefile b/x11-toolkits/nucleo/Makefile
index 043d80857485..77785dec35ea 100644
--- a/x11-toolkits/nucleo/Makefile
+++ b/x11-toolkits/nucleo/Makefile
@@ -39,7 +39,7 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif
.endif
-.if !defined(WITHOUT_QT4)
+.if defined(WITH_QT4)
LIB_DEPENDS+= QtCore:${PORTSDIR}/devel/qt4-corelib
MAKE_ARGS+= QT4MOC=${LOCALBASE}/bin/moc-qt4
PLIST_SUB+= QT4=""