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 | |
parent | 948479300d19a66cd42db23842c51dc5d7f4b06a (diff) | |
download | ports-3f94152ff0d7fa40277069cede4381e958882ede.tar.gz ports-3f94152ff0d7fa40277069cede4381e958882ede.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/fwbuilder-devel/Makefile | 12 | ||||
-rw-r--r-- | security/fwbuilder/Makefile | 12 | ||||
-rw-r--r-- | security/libfwbuilder-devel/Makefile | 12 | ||||
-rw-r--r-- | security/libfwbuilder/Makefile | 12 |
4 files changed, 44 insertions, 4 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} diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index b6585463fc2e..ccd800c3a77b 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/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} diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile index 5db8786afa42..12ac3d70b3df 100644 --- a/security/libfwbuilder-devel/Makefile +++ b/security/libfwbuilder-devel/Makefile @@ -13,12 +13,22 @@ MASTER_SITE_SUBDIR= fwbuilder MAINTAINER= cy@FreeBSD.org COMMENT= Firewall Builder API -BUILD_DEPENDS= qmake-qt4:${PORTSDIR}/devel/qmake4 +CONFLICTS= libfwbuilder-2.* LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp 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} diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile index 5db8786afa42..12ac3d70b3df 100644 --- a/security/libfwbuilder/Makefile +++ b/security/libfwbuilder/Makefile @@ -13,12 +13,22 @@ MASTER_SITE_SUBDIR= fwbuilder MAINTAINER= cy@FreeBSD.org COMMENT= Firewall Builder API -BUILD_DEPENDS= qmake-qt4:${PORTSDIR}/devel/qmake4 +CONFLICTS= libfwbuilder-2.* LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp 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} |