diff options
author | David Thiel <lx@FreeBSD.org> | 2007-01-16 18:11:33 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2007-01-16 18:11:33 +0000 |
commit | 1dda5380faeae4d80dc5d74e6c2b015dd62a6124 (patch) | |
tree | 737555edbe23ce2034937b3b0b8172ce5f1fa773 | |
parent | a54c44d7a7b18ee307ed10bb7302fdd28b11d726 (diff) | |
download | ports-1dda5380faeae4d80dc5d74e6c2b015dd62a6124.tar.gz ports-1dda5380faeae4d80dc5d74e6c2b015dd62a6124.zip |
Notes
-rw-r--r-- | security/samhain/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile index 5aaabcd14134..740bf442cf8a 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -6,6 +6,7 @@ PORTNAME= samhain PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://la-samhna.de/archive/ \ http://redundancy.redundancy.org/mirror/ @@ -93,7 +94,7 @@ CONFIGURE_ARGS+= --with-logserver=${WITH_LOG_SERVER} CONFIGURE_ARGS+= --with-altlogserver=${WITH_ALT_LOG_SERVER} .endif .if defined(WITH_PRELUDE) -LIB_DEPENDS+= prelude.10:${PORTSDIR}/security/libprelude +LIB_DEPENDS+= prelude.11:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --with-prelude .endif |