aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-03-10 11:29:19 +0800
committervanilla <vanilla@FreeBSD.org>2001-03-10 11:29:19 +0800
commit2da74d6a84fb24645dfd616085745700b6c109e0 (patch)
tree528ec2d3e39d7afc2c094ddaa4e1999a077b9e75 /databases
parent788c4898c33da6a1440cacd5bddeaecc5592650d (diff)
downloadfreebsd-ports-gnome-2da74d6a84fb24645dfd616085745700b6c109e0.tar.gz
freebsd-ports-gnome-2da74d6a84fb24645dfd616085745700b6c109e0.tar.zst
freebsd-ports-gnome-2da74d6a84fb24645dfd616085745700b6c109e0.zip
CONFIGURE_ENV will broken this ports,
so change it to CONFIGURE_ARGS. Submitted by: maintainer
Diffstat (limited to 'databases')
-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