aboutsummaryrefslogtreecommitdiff
path: root/security/openvas-libraries/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/openvas-libraries/Makefile')
-rw-r--r--security/openvas-libraries/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/openvas-libraries/Makefile b/security/openvas-libraries/Makefile
index c1f8bbdd0c27..3b3ce7699b0c 100644
--- a/security/openvas-libraries/Makefile
+++ b/security/openvas-libraries/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openvas-libraries
PORTVERSION= 2.0.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/600/
@@ -13,12 +13,14 @@ COMMENT= Libraries for OpenVAS
LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
libgcrypt.so:${PORTSDIR}/security/libgcrypt
-USES= pkgconfig
GNU_CONFIGURE= yes
+USES= libtool pkgconfig
USE_LDCONFIG= yes
USE_GNOME= glib20
MAKE_JOBS_UNSAFE= yes
-.include "${.CURDIR}/Makefile.common"
+CONFIGURE_ARGS= --localstatedir=/var
+CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>