diff options
author | nork <nork@FreeBSD.org> | 2005-05-08 14:47:59 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-05-08 14:47:59 +0800 |
commit | 9a6a7374e8e2cf5bcc90ada1d4325c4bba8bb475 (patch) | |
tree | dc94ada0f7a844dae0d5f0fb9f69a7c32465ace6 /databases | |
parent | f064e6b1e1157c1874c60d751a2e63b6ae4b6fda (diff) | |
download | freebsd-ports-gnome-9a6a7374e8e2cf5bcc90ada1d4325c4bba8bb475.tar.gz freebsd-ports-gnome-9a6a7374e8e2cf5bcc90ada1d4325c4bba8bb475.tar.zst freebsd-ports-gnome-9a6a7374e8e2cf5bcc90ada1d4325c4bba8bb475.zip |
Add CONFLICTS p5-DBD-Pg and p5-DBD-Pg-13, each other.
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 |