diff options
author | cy <cy@FreeBSD.org> | 2008-09-19 08:45:59 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2008-09-19 08:45:59 +0800 |
commit | fd185e8551bc426af0d484b8ecd9bcb9af4788ed (patch) | |
tree | e4ae862ffd55b908e1f2f00a97d4f9b59c6a4a73 /security/fwbuilder | |
parent | 3ef2723d093cd2f3536eab131e4ab16837962e02 (diff) | |
download | freebsd-ports-gnome-fd185e8551bc426af0d484b8ecd9bcb9af4788ed.tar.gz freebsd-ports-gnome-fd185e8551bc426af0d484b8ecd9bcb9af4788ed.tar.zst freebsd-ports-gnome-fd185e8551bc426af0d484b8ecd9bcb9af4788ed.zip |
Fix configure brokenness.
Submitted by: gahr
Approved by: portsmgr (pav)
Diffstat (limited to 'security/fwbuilder')
-rw-r--r-- | security/fwbuilder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |