diff options
author | makc <makc@FreeBSD.org> | 2013-11-21 23:41:06 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-11-21 23:41:06 +0800 |
commit | 2135616a9e070ebc11896c5da3bab6be138d3174 (patch) | |
tree | a5a600fc2e9cd562658dc40ed2f379bc9c1a8346 /x11-toolkits/qwt6-designerplugin | |
parent | bd44bcfeda247454fd0b28cda212f082fc5d93b2 (diff) | |
download | freebsd-ports-gnome-2135616a9e070ebc11896c5da3bab6be138d3174.tar.gz freebsd-ports-gnome-2135616a9e070ebc11896c5da3bab6be138d3174.tar.zst freebsd-ports-gnome-2135616a9e070ebc11896c5da3bab6be138d3174.zip |
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Convert to USES=dos2unix
Diffstat (limited to 'x11-toolkits/qwt6-designerplugin')
-rw-r--r-- | x11-toolkits/qwt6-designerplugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qwt6-designerplugin/Makefile b/x11-toolkits/qwt6-designerplugin/Makefile index 4eb11f8035f6..3defd0541f45 100644 --- a/x11-toolkits/qwt6-designerplugin/Makefile +++ b/x11-toolkits/qwt6-designerplugin/Makefile @@ -12,7 +12,7 @@ COMMENT= Qt Designer plugin for Qwt LIB_DEPENDS= libqwt6.so:${PORTSDIR}/x11-toolkits/qwt6 USES= gmake qmake -USE_QT4= designer moc_build qmake_build rcc_build +USE_QT4= designer moc_build rcc_build USE_BZIP2= yes QMAKE_ARGS+= CONFIG+=QwtDesigner \ PLUGINDIR=${PREFIX}/${QT_PLUGINDIR_REL} |