aboutsummaryrefslogtreecommitdiff
path: root/security/libfwbuilder-devel
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-06-10 16:18:49 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-06-10 16:18:49 +0000
commit3ec406487f3cf38b34864217a90ea901e0576fd7 (patch)
tree290d197482d1e0c6c408dc9c5c9196239a7009d9 /security/libfwbuilder-devel
parent6cb190a4f425780c37f4e155cbcfe6be69a1eaa2 (diff)
Notes
Diffstat (limited to 'security/libfwbuilder-devel')
-rw-r--r--security/libfwbuilder-devel/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile
index adc2410caed1..e58cea4996fe 100644
--- a/security/libfwbuilder-devel/Makefile
+++ b/security/libfwbuilder-devel/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