1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix problem on -CURRENT.

PR: 26066
Submitted by: MAINTAINER
This commit is contained in:
Kevin Lo 2001-03-25 15:23:24 +00:00
parent bddf7a3c91
commit 980af03d6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40352

View File

@ -18,9 +18,15 @@ MAINTAINER= leeym@cae.ce.ntu.edu.tw
PERL_CONFIGURE= yes
CONFIGURE_ARGS= DEFINE="-I${FILESDIR}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500007
CONFIGURE_ARGS+= POLLUTE=1
.endif
WRKSRC= ${WRKDIR}/DBZ_File
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= DBZ_File.3
.include <bsd.port.mk>
.include <bsd.port.post.mk>