aboutsummaryrefslogtreecommitdiff
path: root/security/openvas-libnasl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/openvas-libnasl/Makefile')
-rw-r--r--security/openvas-libnasl/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile
index 778c75d7e058..20c9fb4c79ea 100644
--- a/security/openvas-libnasl/Makefile
+++ b/security/openvas-libnasl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openvas-libnasl
PORTVERSION= 2.0.1
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/561/
@@ -19,11 +19,11 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \
libtasn1.so:${PORTSDIR}/security/libtasn1
GNU_CONFIGURE= yes
+USES= bison iconv libtool pkgconfig
USE_LDCONFIG= yes
-USES= bison iconv pkgconfig
-.include "${.CURDIR}/../../security/openvas-libraries/Makefile.common"
-
-LDFLAGS+= -lgcrypt
+CONFIGURE_ARGS= --localstatedir=/var
+CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib -lgcrypt
.include <bsd.port.mk>