aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBZ_File
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-10 03:29:19 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-10 03:29:19 +0000
commit1e273b89cf5d40b3ec47cf3922bc0e25d3414e52 (patch)
treeff88b8b1f6a30af825c59058fc8d6aeb0e614319 /databases/p5-DBZ_File
parent88b3d8ce69d821e1f714786568a190f5509cc0eb (diff)
downloadports-1e273b89cf5d40b3ec47cf3922bc0e25d3414e52.tar.gz
ports-1e273b89cf5d40b3ec47cf3922bc0e25d3414e52.zip
CONFIGURE_ENV will broken this ports,
so change it to CONFIGURE_ARGS. Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=39335
Diffstat (limited to 'databases/p5-DBZ_File')
-rw-r--r--databases/p5-DBZ_File/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBZ_File/Makefile b/databases/p5-DBZ_File/Makefile
index 3cafee3b2aaf..b4909a8adb40 100644
--- a/databases/p5-DBZ_File/Makefile
+++ b/databases/p5-DBZ_File/Makefile
@@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= leeym@cae.ce.ntu.edu.tw
PERL_CONFIGURE= yes
-CONFIGURE_ENV= -I${FILESDIR} -L${FILESDIR}
+CONFIGURE_ARGS= -I${FILESDIR} -L${FILESDIR}
WRKSRC= ${WRKDIR}/DBZ_File