diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-05-08 06:47:59 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-05-08 06:47:59 +0000 |
commit | 62cb14d858d787633a130cba8be9709749b351dc (patch) | |
tree | 1b5cc8abd40d41988c28ee1b321fdb64a7d2cd29 /databases | |
parent | 98412cbc7068c4bdd10dc9b1a66e7f0c9a1e1dc5 (diff) | |
download | ports-62cb14d858d787633a130cba8be9709749b351dc.tar.gz ports-62cb14d858d787633a130cba8be9709749b351dc.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-Pg-13/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBD-Pg/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile index 272704075b55..62ad2d99081b 100644 --- a/databases/p5-DBD-Pg-13/Makefile +++ b/databases/p5-DBD-Pg-13/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provides access to PostgreSQL databases through the DBI +CONFLICTS= p5-DBD-Pg-1.[4-9]* + USE_PGSQL= yes PERL_CONFIGURE= yes diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile index e3e638b53e14..c11b72968b4c 100644 --- a/databases/p5-DBD-Pg/Makefile +++ b/databases/p5-DBD-Pg/Makefile @@ -18,6 +18,8 @@ COMMENT= Provides access to PostgreSQL databases through the DBI BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= ${BUILD_DEPENDS} +CONFLICTS= p5-DBD-Pg-1.3* + USE_PGSQL= yes PERL_CONFIGURE= yes |