diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-06-01 15:28:03 +0000 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-06-01 15:28:03 +0000 |
commit | 1735e4a4889d0cce295fa47856d65fd64e2fa1b7 (patch) | |
tree | bfa0feb33d96cee626a3c81cc887a8a4a50a09e6 /security/fwbuilder | |
parent | 3aacb5651de33e679d348448227932d91544eaba (diff) | |
download | FreeBSD-ports-1735e4a4889d0cce295fa47856d65fd64e2fa1b7.zip FreeBSD-ports-1735e4a4889d0cce295fa47856d65fd64e2fa1b7.tar.gz |
Add autoconf and automake to BUILD_DEPENDS, that we need them in install
stage.
Diffstat (limited to 'security/fwbuilder')
-rw-r--r-- | security/fwbuilder/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 328982a..ba4fb9c 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= fwbuilder MAINTAINER= devnull@uptsoft.com COMMENT= Firewall Builder GUI and policy compilers +BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ + automake:${PORTSDIR}/devel/automake LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- \ fwbuilder.5:${PORTSDIR}/security/libfwbuilder |