diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-11 08:12:49 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-11 08:12:49 +0000 |
| commit | c1c5840db77e570fbe008300cd7aa9b7bba1ead6 (patch) | |
| tree | 1624002971041b0fc7b5f7c392faed43200a7dc3 /databases | |
| parent | 9418e43911dcead19fead9f033170c399a687089 (diff) | |
Fix CONFIGURE_ARGS
PR: 25674
Submitted by: maintainer
Diffstat (limited to 'databases')
| -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 b4909a8adb40..0e6e95795d32 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_ARGS= -I${FILESDIR} -L${FILESDIR} +CONFIGURE_ARGS= DEFINE="-I${FILESDIR}" WRKSRC= ${WRKDIR}/DBZ_File |
