diff options
author | crees <crees@FreeBSD.org> | 2012-06-04 02:57:30 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-06-04 02:57:30 +0800 |
commit | 10bcfcea5fcdc6a653dc725b54fe702a0c2ff3b4 (patch) | |
tree | e0787cd2a5fecd9ab7c4f56be07119b885b73382 /databases/p5-DBD-PgPP/Makefile | |
parent | b794b2537366efd7f5b215fcbbc6cba4b3ed9a34 (diff) | |
download | freebsd-ports-gnome-10bcfcea5fcdc6a653dc725b54fe702a0c2ff3b4.tar.gz freebsd-ports-gnome-10bcfcea5fcdc6a653dc725b54fe702a0c2ff3b4.tar.zst freebsd-ports-gnome-10bcfcea5fcdc6a653dc725b54fe702a0c2ff3b4.zip |
SITE_PERL --> package dependencies, chunks 2-3
Submitted by: az
Diffstat (limited to 'databases/p5-DBD-PgPP/Makefile')
-rw-r--r-- | databases/p5-DBD-PgPP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-PgPP/Makefile b/databases/p5-DBD-PgPP/Makefile index ab590bd640d9..7b2ee7e53c8b 100644 --- a/databases/p5-DBD-PgPP/Makefile +++ b/databases/p5-DBD-PgPP/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Pure Perl PostgreSQL driver for the DBI -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS+= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS+= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI PERL_CONFIGURE= yes |