diff options
author | Cy Schubert <cy@FreeBSD.org> | 2008-09-19 00:45:59 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2008-09-19 00:45:59 +0000 |
commit | 2b484df7b7832f384aedac0c3833927d21366316 (patch) | |
tree | 7dd6a215cc7829da43648effcc4cbae818b20ff2 | |
parent | Fix a typo which causes files not to be owned by root:wheel (diff) |
Fix configure brokenness.
Submitted by: gahr
Approved by: portsmgr (pav)
Notes
Notes:
svn path=/head/; revision=220432
-rw-r--r-- | security/fwbuilder-devel/Makefile | 2 | ||||
-rw-r--r-- | security/fwbuilder/Makefile | 2 | ||||
-rw-r--r-- | security/libfwbuilder-devel/Makefile | 4 | ||||
-rw-r--r-- | security/libfwbuilder/Makefile | 4 |
4 files changed, 4 insertions, 8 deletions
diff --git a/security/fwbuilder-devel/Makefile b/security/fwbuilder-devel/Makefile index 821eb0a4a768..b6585463fc2e 100644 --- a/security/fwbuilder-devel/Makefile +++ b/security/fwbuilder-devel/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= fwbuilder MAINTAINER= cy@FreeBSD.org COMMENT= Firewall Builder GUI and policy compilers -BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake +BUILD_DEPENDS= qmake-qt4:${PORTSDIR}/devel/qmake4 LIB_DEPENDS= fwbuilder.8:${PORTSDIR}/security/libfwbuilder PLIST_SUB= BUILD_VERSION=${PORTVERSION} diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 821eb0a4a768..b6585463fc2e 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= fwbuilder MAINTAINER= cy@FreeBSD.org COMMENT= Firewall Builder GUI and policy compilers -BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake +BUILD_DEPENDS= qmake-qt4:${PORTSDIR}/devel/qmake4 LIB_DEPENDS= fwbuilder.8:${PORTSDIR}/security/libfwbuilder PLIST_SUB= BUILD_VERSION=${PORTVERSION} diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile index 222236712043..5db8786afa42 100644 --- a/security/libfwbuilder-devel/Makefile +++ b/security/libfwbuilder-devel/Makefile @@ -13,12 +13,10 @@ MASTER_SITE_SUBDIR= fwbuilder MAINTAINER= cy@FreeBSD.org COMMENT= Firewall Builder API -BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake +BUILD_DEPENDS= qmake-qt4:${PORTSDIR}/devel/qmake4 LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp -BROKEN= does not configure - PLIST_SUB= BUILD_VERSION=${PORTVERSION} USE_QT_VER= 4 diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile index 222236712043..5db8786afa42 100644 --- a/security/libfwbuilder/Makefile +++ b/security/libfwbuilder/Makefile @@ -13,12 +13,10 @@ MASTER_SITE_SUBDIR= fwbuilder MAINTAINER= cy@FreeBSD.org COMMENT= Firewall Builder API -BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake +BUILD_DEPENDS= qmake-qt4:${PORTSDIR}/devel/qmake4 LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp -BROKEN= does not configure - PLIST_SUB= BUILD_VERSION=${PORTVERSION} USE_QT_VER= 4 |