diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-05-12 10:53:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-05-12 10:53:41 +0000 |
commit | c425e0b6a4d59c9684be3eae7a4402a2dd33fe11 (patch) | |
tree | e335caa03dfa0972b42ee08e49dee9136104c8a5 /x11-toolkits | |
parent | c0ee1ce198fd9c6483d474389878f95fe3e076f1 (diff) | |
download | ports-c425e0b6a4d59c9684be3eae7a4402a2dd33fe11.tar.gz ports-c425e0b6a4d59c9684be3eae7a4402a2dd33fe11.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qwt5-designerplugin/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/qwt5/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/qwt6-designerplugin/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/qwt6/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/x11-toolkits/qwt5-designerplugin/Makefile b/x11-toolkits/qwt5-designerplugin/Makefile index eeeedfe13499..b87b7721e262 100644 --- a/x11-toolkits/qwt5-designerplugin/Makefile +++ b/x11-toolkits/qwt5-designerplugin/Makefile @@ -11,9 +11,8 @@ COMMENT= Qt Designer plugin for Qwt LIB_DEPENDS= libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 -USES= gmake qmake +USES= gmake qmake tar:bzip2 USE_QT4= designer moc_build rcc_build -USE_BZIP2= yes QMAKE_ARGS+= CONFIG+=QwtDesigner \ PLUGINDIR=${PREFIX}/${QT_PLUGINDIR_REL} PORTSCOUT= limit:^5\. diff --git a/x11-toolkits/qwt5/Makefile b/x11-toolkits/qwt5/Makefile index e7733afeac3b..2cb191dc4db7 100644 --- a/x11-toolkits/qwt5/Makefile +++ b/x11-toolkits/qwt5/Makefile @@ -9,9 +9,8 @@ PKGNAMESUFFIX= 5 MAINTAINER= makc@FreeBSD.org COMMENT= Qt Widgets for Technical Applications -USES= gmake qmake +USES= gmake qmake tar:bzip2 USE_QT4= gui svg moc_build -USE_BZIP2= yes USE_LDCONFIG= yes PORTSCOUT= limit:^5\. diff --git a/x11-toolkits/qwt6-designerplugin/Makefile b/x11-toolkits/qwt6-designerplugin/Makefile index 3defd0541f45..9ff745d099a6 100644 --- a/x11-toolkits/qwt6-designerplugin/Makefile +++ b/x11-toolkits/qwt6-designerplugin/Makefile @@ -11,9 +11,8 @@ COMMENT= Qt Designer plugin for Qwt LIB_DEPENDS= libqwt6.so:${PORTSDIR}/x11-toolkits/qwt6 -USES= gmake qmake +USES= gmake qmake tar:bzip2 USE_QT4= designer moc_build rcc_build -USE_BZIP2= yes QMAKE_ARGS+= CONFIG+=QwtDesigner \ PLUGINDIR=${PREFIX}/${QT_PLUGINDIR_REL} diff --git a/x11-toolkits/qwt6/Makefile b/x11-toolkits/qwt6/Makefile index b0f781b19ba2..34b3430399f1 100644 --- a/x11-toolkits/qwt6/Makefile +++ b/x11-toolkits/qwt6/Makefile @@ -9,9 +9,8 @@ PKGNAMESUFFIX= 6 MAINTAINER= makc@FreeBSD.org COMMENT= Qt Widgets for Technical Applications -USES= gmake qmake +USES= gmake qmake tar:bzip2 USE_QT4= gui opengl svg xml moc_build -USE_BZIP2= yes USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/share/doc/qwt6 |