diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-10-05 09:48:34 +0800 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-10-05 09:48:34 +0800 |
commit | af1fe83651bf0f95f301c4b10579357de677daa0 (patch) | |
tree | 47b7a9f747485ae299074a9cca0eb77bc0353188 /security/snort | |
parent | bdf32af2dd0ed3b4c89cbcda7f918b11f9653fa8 (diff) | |
download | freebsd-ports-gnome-af1fe83651bf0f95f301c4b10579357de677daa0.tar.gz freebsd-ports-gnome-af1fe83651bf0f95f301c4b10579357de677daa0.tar.zst freebsd-ports-gnome-af1fe83651bf0f95f301c4b10579357de677daa0.zip |
- update prelude library dependency
PR: ports/116111
Submitted by: Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
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 993e24cd3d04..27ca8e4ee4c0 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -7,6 +7,7 @@ PORTNAME= snort PORTVERSION= 2.7.0.1 +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.12:${PORTSDIR}/security/libprelude +LIB_DEPENDS+= prelude.13:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --enable-prelude PLIST_SUB+= PRELUDE="" .else |