diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-07 12:26:54 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-07 12:26:54 +0000 |
commit | 4476a5c13821d153cdcaaeebabd193b704ecb77a (patch) | |
tree | cd193dd8c561bb2f429a8bf31172de87b83d4a9f /x11-toolkits/qwt5-designerplugin | |
parent | 533b12d93d14c115b3e4c2d0dcdbe3e862990934 (diff) | |
download | ports-4476a5c13821d153cdcaaeebabd193b704ecb77a.tar.gz ports-4476a5c13821d153cdcaaeebabd193b704ecb77a.zip |
Notes
Diffstat (limited to 'x11-toolkits/qwt5-designerplugin')
-rw-r--r-- | x11-toolkits/qwt5-designerplugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/qwt5-designerplugin/Makefile b/x11-toolkits/qwt5-designerplugin/Makefile index 7637196a87c6..59156a325d19 100644 --- a/x11-toolkits/qwt5-designerplugin/Makefile +++ b/x11-toolkits/qwt5-designerplugin/Makefile @@ -4,12 +4,12 @@ PORTNAME= qwt PORTVERSION= 5.2.3 CATEGORIES= x11-toolkits devel MASTER_SITES= SF -PKGNAMESUFFIX= -designerplugin +PKGNAMESUFFIX= 5-designerplugin MAINTAINER= makc@FreeBSD.org COMMENT= Qt Designer plugin for Qwt -LIB_DEPENDS= qwt.5:${PORTSDIR}/x11-toolkits/qwt5 +LIB_DEPENDS= libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 USE_QT4= designer moc_build qmake_build rcc_build USE_BZIP2= yes |