diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-10 16:18:49 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-10 16:18:49 +0000 |
commit | 3ec406487f3cf38b34864217a90ea901e0576fd7 (patch) | |
tree | 290d197482d1e0c6c408dc9c5c9196239a7009d9 /security/libfwbuilder | |
parent | 6cb190a4f425780c37f4e155cbcfe6be69a1eaa2 (diff) |
PR: 53119
Submitted by: Vadim Kurland <vadim@vk.crocodile.org>
Reviewed by:
Approved by:
Obtained from:
MFC after:
Fixed libfwbuilder's dependency and bump PORTREVISION[1].
Switch maitainership to Vadim Kurland <vadim@vk.crocodile.org>, who
is the developer of fwbuilder (approved by original maintainer)[2].
[1]: also noticed by kris@
[2]: most parts of patch were from PR/53119, small adjustment was made by
me and reviewed by Vadim.
Notes
Notes:
svn path=/head/; revision=82697
Diffstat (limited to 'security/libfwbuilder')
-rw-r--r-- | security/libfwbuilder/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile index adc2410caed1..e58cea4996fe 100644 --- a/security/libfwbuilder/Makefile +++ b/security/libfwbuilder/Makefile @@ -6,28 +6,23 @@ PORTNAME= libfwbuilder PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fwbuilder -MAINTAINER= devnull@uptsoft.com +MAINTAINER= vadim@fwbuilder.org COMMENT= Firewall Builder API BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ - automake:${PORTSDIR}/devel/automake + aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ xslt.1:${PORTSDIR}/textproc/libxslt \ netsnmp.5:${PORTSDIR}/net/net-snmp \ - isc.1:${PORTSDIR}/net/bind9 - -.if !defined(USE_OPENSSL) -LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl -.endif + crypto.3:${PORTSDIR}/security/openssl CONFIGURE_SCRIPT= autogen.sh -CONFIGURE_ARGS= - +#CONFIGURE_ARGS= USE_AUTOCONF= yes USE_GMAKE= yes USE_LIBTOOL= yes |