summaryrefslogtreecommitdiff
path: root/security/libfwbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'security/libfwbuilder')
-rw-r--r--security/libfwbuilder/Makefile15
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