summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2011-09-14 15:49:03 +0000
committerCy Schubert <cy@FreeBSD.org>2011-09-14 15:49:03 +0000
commit649c94db551d34580d9a5e39084f36c1f795d69b (patch)
tree133acf79b2770077dada45c30651c0c937c77713
parentUpdate to 2.10 (diff)
Fix brokenness.
Notes
Notes: svn path=/head/; revision=281769
-rw-r--r--security/openvas-libnasl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile
index e1930cd3e483..d98fa01b8a45 100644
--- a/security/openvas-libnasl/Makefile
+++ b/security/openvas-libnasl/Makefile
@@ -22,8 +22,6 @@ LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \
openvas_hg.2:${PORTSDIR}/security/openvas-libraries \
tasn1.4:${PORTSDIR}/security/libtasn1
-BROKEN= does not compile
-
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_ICONV= yes
@@ -33,4 +31,6 @@ MAN1= openvas-libnasl-config.1 openvas-nasl.1
.include "${.CURDIR}/../../security/openvas-libraries/Makefile.common"
+LDFLAGS+= -lgcrypt
+
.include <bsd.port.mk>