diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-10 03:29:19 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-10 03:29:19 +0000 |
commit | 1e273b89cf5d40b3ec47cf3922bc0e25d3414e52 (patch) | |
tree | ff88b8b1f6a30af825c59058fc8d6aeb0e614319 /databases/p5-DBZ_File | |
parent | 88b3d8ce69d821e1f714786568a190f5509cc0eb (diff) |
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/Makefile | 2 |
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 |