Move dependency on perl to hpt.
This commit is contained in:
parent
8805a1ac93
commit
4a754b7858
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92363
2 changed files with 7 additions and 7 deletions
|
@ -20,13 +20,6 @@ MAKE_ARGS+= PREFIX="${PREFIX}" \
|
|||
CC="${CC}" CXX="${CXX}" GPP="${CXX}" MKSHARED="${CC}" \
|
||||
OPTCFLAGS="-c ${CFLAGS}" WARNFLAGS=""
|
||||
|
||||
.if !defined(WITHOUT_PERL)
|
||||
MAKE_ARGS+= PERL=1
|
||||
USE_PERL5= yes
|
||||
.else
|
||||
MAKE_ARGS+= PERL=0
|
||||
.endif
|
||||
|
||||
pre-build:
|
||||
@${LN} -sf ${LOCALBASE}/etc/fido/huskymak.cfg ${WRKDIR}
|
||||
.endif
|
||||
|
|
|
@ -17,6 +17,13 @@ LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf
|
|||
|
||||
USE_REINPLACE= yes
|
||||
|
||||
.if !defined(WITHOUT_PERL)
|
||||
MAKE_ARGS+= PERL=1
|
||||
USE_PERL5= yes
|
||||
.else
|
||||
MAKE_ARGS+= PERL=0
|
||||
.endif
|
||||
|
||||
MAN1= hpt.1 hptlink.1 hpttree.1 txt2pkt.1
|
||||
MANCOMPRESSED= yes
|
||||
INFO= hpt
|
||||
|
|
Loading…
Reference in a new issue