1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

- Updated dependency library libprelude.

- Bump PORTVERSION to force rebuild.

Submitted by:	Marcelo Araujo <araujo@FreeBSD.org>
Approved by:	stas (mentor)
This commit is contained in:
Marcelo Araujo 2007-06-12 16:38:19 +00:00
parent c8cbfe589c
commit bd47eee8bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193340

View File

@ -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