diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
commit | ffb7170399b77f34a48875ad6468eb796f00aed3 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /security/libprelude | |
parent | c60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff) | |
download | ports-ffb7170399b77f34a48875ad6468eb796f00aed3.tar.gz ports-ffb7170399b77f34a48875ad6468eb796f00aed3.zip |
Notes
Diffstat (limited to 'security/libprelude')
-rw-r--r-- | security/libprelude/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index 82aac224cb76..125a1ffd5a51 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -10,12 +10,12 @@ MASTER_SITES= https://www.prelude-ids.org/attachments/download/241/ MAINTAINER= ports@FreeBSD.org COMMENT= Framework library for Prelude NIDS -LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ - gnutls:${PORTSDIR}/security/gnutls \ - gcrypt:${PORTSDIR}/security/libgcrypt \ - gpg-error:${PORTSDIR}/security/libgpg-error \ - nettle:${PORTSDIR}/security/nettle \ - p11-kit:${PORTSDIR}/security/p11-kit +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ + libgnutls.so:${PORTSDIR}/security/gnutls \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libgpg-error.so:${PORTSDIR}/security/libgpg-error \ + libnettle.so:${PORTSDIR}/security/nettle \ + libp11-kit.so:${PORTSDIR}/security/p11-kit OPTIONS_DEFINE= PERL PYTHON DOCS |