diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-05-30 16:36:05 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-05-30 16:36:05 +0000 |
commit | 5380990b0f9ca52d02fcb76ad19f05de128031bb (patch) | |
tree | a7727a925ab0a6b22981642afe07aa6047f61a09 /x11-toolkits/nucleo | |
parent | 09245cdc7bf5ebaea8e536814b704a62323bccd8 (diff) | |
download | ports-5380990b0f9ca52d02fcb76ad19f05de128031bb.tar.gz ports-5380990b0f9ca52d02fcb76ad19f05de128031bb.zip |
Notes
Diffstat (limited to 'x11-toolkits/nucleo')
-rw-r--r-- | x11-toolkits/nucleo/Makefile | 2 |
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="" |