diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-27 01:19:55 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-27 01:19:55 +0000 |
commit | fa66ff9a1f39c4469685422a31f3e05ec183c33c (patch) | |
tree | 83973f9fdfffe53eaa6b366cc61b344a437000c4 /net/nepenthes/Makefile | |
parent | 86e10e595b1c52850d29d70198a3fc4bbd49c3f3 (diff) |
Notes
Diffstat (limited to 'net/nepenthes/Makefile')
-rw-r--r-- | net/nepenthes/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile index 10cacd0f2759..decdc3339549 100644 --- a/net/nepenthes/Makefile +++ b/net/nepenthes/Makefile @@ -7,7 +7,7 @@ PORTNAME= nepenthes PORTVERSION= 0.1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= nepenthes @@ -20,6 +20,12 @@ LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \ pcre.0:${PORTSDIR}/devel/pcre \ adns.1:${PORTSDIR}/dns/adns +.if defined(WITH_PRELUDE) +LIB_DEPENDS+= prelude.10:${PORTSDIR}/security/libprelude +CONFIGURE_ARGS+= --enable-prelude +EXTRA_PATCHES= ${FILESDIR}/prelude_modules_log-prelude_Makefile.in.patch +.endif + USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |