diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-11-09 11:36:18 +0800 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-11-09 11:36:18 +0800 |
commit | d2faaa4be9f07c77364c01a060b4da2fdfc979e2 (patch) | |
tree | d73e913881728c39431761962f7efd609db37f46 /databases | |
parent | 1516959b51c3bff2b952475236b14e0c2c64b851 (diff) | |
download | freebsd-ports-gnome-d2faaa4be9f07c77364c01a060b4da2fdfc979e2.tar.gz freebsd-ports-gnome-d2faaa4be9f07c77364c01a060b4da2fdfc979e2.tar.zst freebsd-ports-gnome-d2faaa4be9f07c77364c01a060b4da2fdfc979e2.zip |
- fix BUILD_DEPENDS
Diffstat (limited to 'databases')
-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} |