diff options
author | danfe <danfe@FreeBSD.org> | 2007-05-30 16:36:05 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2007-05-30 16:36:05 +0000 |
commit | 8557b971d0f955d0e3f0e61bcdd10c6593942bc6 (patch) | |
tree | c8fdad0220a44227c4d97a55e9fdceaaf8e55aaf /x11-toolkits/nucleo | |
parent | 1d9a1bafba0830d3bde71bfa49788ce765856a97 (diff) | |
download | FreeBSD-ports-8557b971d0f955d0e3f0e61bcdd10c6593942bc6.zip FreeBSD-ports-8557b971d0f955d0e3f0e61bcdd10c6593942bc6.tar.gz |
Since Qt4 plugin is disabled by default, check for WITH_QT4, not !WITHOUT_QT4.
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 043d808..77785de 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="" |