diff options
author | araujo <araujo@FreeBSD.org> | 2007-06-06 20:50:09 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2007-06-06 20:50:09 +0800 |
commit | 90e33fac3a4dc7273a14c18de341e4e6091bf42f (patch) | |
tree | d5cbd3aa0e5702b227473919f6c061962e4a7237 /security/snort | |
parent | bfd46dd6ae84e1a777a22e4c95f0fb350cf9eceb (diff) | |
download | freebsd-ports-gnome-90e33fac3a4dc7273a14c18de341e4e6091bf42f.tar.gz freebsd-ports-gnome-90e33fac3a4dc7273a14c18de341e4e6091bf42f.tar.zst freebsd-ports-gnome-90e33fac3a4dc7273a14c18de341e4e6091bf42f.zip |
- Update libprelude to 0.9.14.
- Update dependent ports accordingly.
- Bump PORTVERSION to force rebuild.
PR: ports/112703
Submitted by: Marcelo Araujo <araujo@FreeBSD.org>
Approved by: stas (mentor)
Diffstat (limited to 'security/snort')
-rw-r--r-- | security/snort/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 8da0bbd4f568..b4ebc9c5e89a 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -7,6 +7,7 @@ PORTNAME= snort PORTVERSION= 2.6.1.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.snort.org/dl/current/ @@ -117,7 +118,7 @@ CONFIGURE_ARGS+= --with-postgresql=no .endif .if defined(WITH_PRELUDE) -LIB_DEPENDS+= prelude.11:${PORTSDIR}/security/libprelude +LIB_DEPENDS+= prelude.12:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --enable-prelude PLIST_SUB+= PRELUDE="" .else |