Fix in the new Perl order.

Hat:	portmgr
This commit is contained in:
Mark Linimon 2007-09-09 00:36:30 +00:00
parent e089d895e0
commit 70faa94bbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199139

View file

@ -25,14 +25,9 @@ CNEWS_PORT?= news/cnews
CNEWSWRK?= ${WRKDIRPREFIX}${.CURDIR}/../../${CNEWS_PORT}/work
NEWSBIN?= ${PREFIX}/libexec/cnews
USE_GMAKE= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-cnews=${CNEWSWRK}
PLIST_SUB+= NEWSBIN=${NEWSBIN:S=${PREFIX}/==}
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500000
USE_PERL5= yes
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>