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/qwt6-designerplugin | |
parent | 533b12d93d14c115b3e4c2d0dcdbe3e862990934 (diff) | |
download | ports-4476a5c13821d153cdcaaeebabd193b704ecb77a.tar.gz ports-4476a5c13821d153cdcaaeebabd193b704ecb77a.zip |
Notes
Diffstat (limited to 'x11-toolkits/qwt6-designerplugin')
-rw-r--r-- | x11-toolkits/qwt6-designerplugin/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/qwt6-designerplugin/Makefile b/x11-toolkits/qwt6-designerplugin/Makefile index 3d03b331869f..155ec476c68c 100644 --- a/x11-toolkits/qwt6-designerplugin/Makefile +++ b/x11-toolkits/qwt6-designerplugin/Makefile @@ -4,12 +4,12 @@ PORTNAME= qwt PORTVERSION= 6.1.0 CATEGORIES= x11-toolkits devel MASTER_SITES= SF -PKGNAMESUFFIX= -designerplugin +PKGNAMESUFFIX= 6-designerplugin MAINTAINER= makc@FreeBSD.org COMMENT= Qt Designer plugin for Qwt -LIB_DEPENDS= qwt6.6:${PORTSDIR}/x11-toolkits/qwt6 +LIB_DEPENDS= libqwt6.so:${PORTSDIR}/x11-toolkits/qwt6 USE_QT4= designer moc_build qmake_build rcc_build USE_BZIP2= yes @@ -18,8 +18,6 @@ QMAKE_ARGS+= -recursive CONFIG+=QwtDesigner \ PLUGINDIR=${PREFIX}/${QT_PLUGINDIR_REL} HAS_CONFIGURE= yes -LATEST_LINK= qwt6${PKGNAMESUFFIX} - PLIST_FILES= ${QT_PLUGINDIR_REL}/designer/libqwt6_designer_plugin.so PLIST_DIRSTRY= ${QT_PLUGINDIR_REL}/designer \ ${QT_PLUGINDIR_REL} |