diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
commit | 15c4a5ecf338d0133b87647ab773c6df26f3ea15 (patch) | |
tree | 320f49e86d38a480aace5bd0e27c34d6c8f75c2c /security/libpreludedb | |
parent | a9836219c62bdf7cdcfc3af658d25ae25aeaeb11 (diff) |
Notes
Diffstat (limited to 'security/libpreludedb')
-rw-r--r-- | security/libpreludedb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile index 5221df2c8185..db79eb430b9b 100644 --- a/security/libpreludedb/Makefile +++ b/security/libpreludedb/Makefile @@ -12,7 +12,8 @@ COMMENT= Framework library for access to Prelude NIDS database LICENSE= GPLv2 -LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ +LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \ + libgmp.so:${PORTSDIR}/math/gmp \ libgnutls.so:${PORTSDIR}/security/gnutls \ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libgpg-error.so:${PORTSDIR}/security/libgpg-error \ @@ -21,7 +22,6 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ libp11-kit.so:${PORTSDIR}/security/p11-kit USES= gettext gmake iconv libtool -USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gtk-doc=no \ --with-html-dir=${PREFIX}/share/doc |