From 980af03d6b89b4d9f5340eaf5690c3a26650bcd7 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Sun, 25 Mar 2001 15:23:24 +0000 Subject: [PATCH] Fix problem on -CURRENT. PR: 26066 Submitted by: MAINTAINER --- databases/p5-DBZ_File/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/databases/p5-DBZ_File/Makefile b/databases/p5-DBZ_File/Makefile index 0e6e95795d32..ebfb9347337d 100644 --- a/databases/p5-DBZ_File/Makefile +++ b/databases/p5-DBZ_File/Makefile @@ -18,9 +18,15 @@ MAINTAINER= leeym@cae.ce.ntu.edu.tw PERL_CONFIGURE= yes CONFIGURE_ARGS= DEFINE="-I${FILESDIR}" +.include + +.if ${OSVERSION} >= 500007 +CONFIGURE_ARGS+= POLLUTE=1 +.endif + WRKSRC= ${WRKDIR}/DBZ_File MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= DBZ_File.3 -.include +.include