diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-02 12:04:50 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-02 12:04:50 +0000 |
commit | f9483446abda743b5d6f20c282b60404d15b2ac7 (patch) | |
tree | d2327a909a222729c49e4222409d0dcef851a915 | |
parent | 71cda5d838cc896621ae98d66195421c279b6f3d (diff) | |
download | freebsd-ports-f9483446abda743b5d6f20c282b60404d15b2ac7.zip |
- Update dependency on security/gnutls
PR: ports/114210
Submitted by: Robin Gruyters <r.gruyters at yirdis.nl> (maintainer)
-rw-r--r-- | security/libprelude/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index e198e161d82d..da3436044273 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -5,6 +5,7 @@ PORTNAME= libprelude PORTVERSION= 0.9.14 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ http://www.prelude-ids.org/download/releases/old/ @@ -12,7 +13,7 @@ MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ MAINTAINER= r.gruyters@yirdis.nl COMMENT= Framework library for Prelude NIDS -LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls OPTIONS= PERL "Include Perl bindings" off \ PYTHON "Include Python bindings" off |