diff options
author | Cy Schubert <cy@FreeBSD.org> | 2008-09-30 20:05:37 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2008-09-30 20:05:37 +0000 |
commit | 3f94152ff0d7fa40277069cede4381e958882ede (patch) | |
tree | 8c85107eb4494dfcce5fd67fc64d0383bdd3815a /security/fwbuilder-devel/Makefile | |
parent | 948479300d19a66cd42db23842c51dc5d7f4b06a (diff) | |
download | ports-3f94152ff0d7fa40277069cede4381e958882ede.tar.gz ports-3f94152ff0d7fa40277069cede4381e958882ede.zip |
Fixup CONFLICTS and dependencies.
Notes
Notes:
svn path=/head/; revision=221067
Diffstat (limited to 'security/fwbuilder-devel/Makefile')
-rw-r--r-- | security/fwbuilder-devel/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/security/fwbuilder-devel/Makefile b/security/fwbuilder-devel/Makefile index b6585463fc2e..ccd800c3a77b 100644 --- a/security/fwbuilder-devel/Makefile +++ b/security/fwbuilder-devel/Makefile @@ -14,11 +14,21 @@ MASTER_SITE_SUBDIR= fwbuilder MAINTAINER= cy@FreeBSD.org COMMENT= Firewall Builder GUI and policy compilers -BUILD_DEPENDS= qmake-qt4:${PORTSDIR}/devel/qmake4 +CONFLICTS= fwbuilder-2.* LIB_DEPENDS= fwbuilder.8:${PORTSDIR}/security/libfwbuilder PLIST_SUB= BUILD_VERSION=${PORTVERSION} USE_QT_VER= 4 +QT_COMPONENTS= corelib \ + gui \ + iconengines \ + inputmethods \ + linguist \ + moc_build \ + qmake_build \ + svg \ + uic_build \ + xml QTDIR?= ${QT_PREFIX} |