diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-12 16:38:19 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-12 16:38:19 +0000 |
commit | bd47eee8bd632a8a99445175b28b14646dcd82f3 (patch) | |
tree | 794bf3647724b7b997101673f035cd8af8390fc7 /net/nepenthes | |
parent | c8cbfe589ce1a97c250d51a24f3657a4d1c073f1 (diff) |
Notes
Diffstat (limited to 'net/nepenthes')
-rw-r--r-- | net/nepenthes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile index aaf2301f2825..90cbf937bcf2 100644 --- a/net/nepenthes/Makefile +++ b/net/nepenthes/Makefile @@ -7,6 +7,7 @@ PORTNAME= nepenthes PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= nepenthes @@ -20,7 +21,7 @@ LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ adns.1:${PORTSDIR}/dns/adns .if defined(WITH_PRELUDE) -LIB_DEPENDS+= prelude.11:${PORTSDIR}/security/libprelude +LIB_DEPENDS+= prelude.12:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --enable-prelude EXTRA_PATCHES= ${FILESDIR}/prelude_modules_log-prelude_Makefile.in.patch .endif |