- 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:
parent
c8cbfe589c
commit
bd47eee8bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193340
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= nepenthes
|
PORTNAME= nepenthes
|
||||||
PORTVERSION= 0.2.0
|
PORTVERSION= 0.2.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= nepenthes
|
MASTER_SITE_SUBDIR= nepenthes
|
||||||
|
@ -20,7 +21,7 @@ LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \
|
||||||
adns.1:${PORTSDIR}/dns/adns
|
adns.1:${PORTSDIR}/dns/adns
|
||||||
|
|
||||||
.if defined(WITH_PRELUDE)
|
.if defined(WITH_PRELUDE)
|
||||||
LIB_DEPENDS+= prelude.11:${PORTSDIR}/security/libprelude
|
LIB_DEPENDS+= prelude.12:${PORTSDIR}/security/libprelude
|
||||||
CONFIGURE_ARGS+= --enable-prelude
|
CONFIGURE_ARGS+= --enable-prelude
|
||||||
EXTRA_PATCHES= ${FILESDIR}/prelude_modules_log-prelude_Makefile.in.patch
|
EXTRA_PATCHES= ${FILESDIR}/prelude_modules_log-prelude_Makefile.in.patch
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Reference in a new issue