forked from Lainports/freebsd-ports
- Convert to options NG
- relax test of LIB_DEPENDS on pcreposix PR: ports/169184 Submitted by: douglas@douglasthrift.net (maintainer)
This commit is contained in:
parent
0c37f626a8
commit
94de23cadd
1 changed files with 4 additions and 2 deletions
|
|
@ -23,7 +23,9 @@ MAN1= hardlink.1
|
|||
PLIST_FILES= bin/hardlink
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
|
||||
|
||||
OPTIONS= PCRE "Use PCRE for regular expressions" On
|
||||
OPTIONS_DEFINE= PCRE
|
||||
|
||||
OPTIONS_DEFAULT=PCRE
|
||||
|
||||
PORTSCOUT= limit:(?<!~rc[0-9])$$
|
||||
|
||||
|
|
@ -32,7 +34,7 @@ PORTSCOUT= limit:(?<!~rc[0-9])$$
|
|||
.if defined(WITHOUT_PCRE)
|
||||
MAKE_ENV+= ENABLE=
|
||||
.else
|
||||
LIB_DEPENDS+= pcreposix.0:${PORTSDIR}/devel/pcre
|
||||
LIB_DEPENDS+= pcreposix:${PORTSDIR}/devel/pcre
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue