diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-06-15 15:52:44 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-06-15 15:52:44 +0000 |
commit | 87c444e6acc55bc64f99c67c7b01f6c57f7c9c48 (patch) | |
tree | de59a657e574fcbf0e6a10be483a89e788621e1e /databases/p5-DBD-Pg | |
parent | 5d61305791cc5bc1d13beb780725f9b54d865e07 (diff) |
Remove 4.x cruft
Notes
Notes:
svn path=/head/; revision=193595
Diffstat (limited to 'databases/p5-DBD-Pg')
-rw-r--r-- | databases/p5-DBD-Pg/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile index 88b2967e365a..c02825e322ad 100644 --- a/databases/p5-DBD-Pg/Makefile +++ b/databases/p5-DBD-Pg/Makefile @@ -18,8 +18,6 @@ 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 @@ -37,10 +35,6 @@ post-install: .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= needs DBI 1.38 which needs perl 5.6, install lang/perl5.8 and try again -.endif - PG_CONFIG= ${LOCALBASE}/bin/pg_config CONFIGURE_ENV+= POSTGRES_INCLUDE=`${PG_CONFIG} --includedir` \ POSTGRES_LIB=`${PG_CONFIG} --libdir` |