diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-04-19 13:21:20 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-04-19 13:21:20 +0800 |
commit | e664537be244683fa6d80d891dd5a26185a35cdf (patch) | |
tree | 60bff049a8f2b0944702d288f3c60a837b4ef7b7 /databases/p5-DBD-Pg/Makefile | |
parent | 9ef3a38b2a6bfdb23da7aa570b3e1d4511e8be0b (diff) | |
download | freebsd-ports-gnome-e664537be244683fa6d80d891dd5a26185a35cdf.tar.gz freebsd-ports-gnome-e664537be244683fa6d80d891dd5a26185a35cdf.tar.zst freebsd-ports-gnome-e664537be244683fa6d80d891dd5a26185a35cdf.zip |
Upgrade to 0.96.
Diffstat (limited to 'databases/p5-DBD-Pg/Makefile')
-rw-r--r-- | databases/p5-DBD-Pg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile index 0363747eec85..e2a813050f4b 100644 --- a/databases/p5-DBD-Pg/Makefile +++ b/databases/p5-DBD-Pg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBD-Pg -PORTVERSION= 0.95 +PORTVERSION= 0.96 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD @@ -16,6 +16,7 @@ MAINTAINER= demon@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ENV+= POSTGRES_INCLUDE=${PREFIX}/pgsql/include POSTGRES_LIB=${PREFIX}/pgsql/lib |