diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-11-09 03:36:18 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-11-09 03:36:18 +0000 |
commit | d2faaa4be9f07c77364c01a060b4da2fdfc979e2 (patch) | |
tree | d73e913881728c39431761962f7efd609db37f46 /databases/p5-DBD-ODBC | |
parent | 1516959b51c3bff2b952475236b14e0c2c64b851 (diff) | |
download | ports-d2faaa4be9f07c77364c01a060b4da2fdfc979e2.tar.gz ports-d2faaa4be9f07c77364c01a060b4da2fdfc979e2.zip |
Notes
Diffstat (limited to 'databases/p5-DBD-ODBC')
-rw-r--r-- | databases/p5-DBD-ODBC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBD-ODBC/Makefile b/databases/p5-DBD-ODBC/Makefile index 1bd9c2cc4686..9024846d52bd 100644 --- a/databases/p5-DBD-ODBC/Makefile +++ b/databases/p5-DBD-ODBC/Makefile @@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= DBD module interfacing the ODBC databases RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -BUILD_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS= -o ${LOCALBASE} |