diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-10-27 22:32:38 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-10-27 22:32:38 +0000 |
commit | 4a754b7858871a9f92db64ea2d4d6002c60ad5ef (patch) | |
tree | f1cdc853980f987081568651f844c78395207a5b /news/husky-hpt | |
parent | 8805a1ac9339103d0cc18ac85ea872828a9e2022 (diff) |
Move dependency on perl to hpt.
Notes
Notes:
svn path=/head/; revision=92363
Diffstat (limited to 'news/husky-hpt')
-rw-r--r-- | news/husky-hpt/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/news/husky-hpt/Makefile b/news/husky-hpt/Makefile index 6f678d78660c..c5dbfb858e2b 100644 --- a/news/husky-hpt/Makefile +++ b/news/husky-hpt/Makefile @@ -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 |