aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2007-06-15 02:20:21 +0800
committererwin <erwin@FreeBSD.org>2007-06-15 02:20:21 +0800
commit0c152fdffdb313b1ce11af4fc77e83c74de90ea0 (patch)
tree7fe32f2a9a944101acc3b4f8678e6448652f0a31
parent979e847ee9db3dc7e41c2bfb3e56d9c2c5b33b36 (diff)
downloadfreebsd-ports-graphics-0c152fdffdb313b1ce11af4fc77e83c74de90ea0.tar.gz
freebsd-ports-graphics-0c152fdffdb313b1ce11af4fc77e83c74de90ea0.tar.zst
freebsd-ports-graphics-0c152fdffdb313b1ce11af4fc77e83c74de90ea0.zip
Remove 4.x cruft.
Note: this does not unbreak the build, it just clears the way for the removal of DBI-137 and friends. PR: 113164 Approved by: maintainer timeout
-rw-r--r--databases/p5-DBD-PgSPI/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/databases/p5-DBD-PgSPI/Makefile b/databases/p5-DBD-PgSPI/Makefile
index fb4285196a4..8cfcf02e861 100644
--- a/databases/p5-DBD-PgSPI/Makefile
+++ b/databases/p5-DBD-PgSPI/Makefile
@@ -18,7 +18,9 @@ COMMENT= Provides access to PostgreSQL db through DBI within pl/perl functions
BUILD_DEPENDS= ${RUN_DEPENDS} \
${NONEXISTENT}:${PORTSDIR}/${POSTGRESQL_PORT}:configure
-RUN_DEPENDS= ${LOCALBASE}/lib/postgresql/plperl.so:${PORTSDIR}/databases/p5-postgresql-plperl
+RUN_DEPENDS= ${LOCALBASE}/lib/postgresql/plperl.so:${PORTSDIR}/databases/p5-postgresql-plperl \
+ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
+ ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
BROKEN= Does not compile
@@ -47,14 +49,6 @@ PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]
PGSQL_VER= ${DEFAULT_PGSQL_VER}
.endif
-.if ${PERL_LEVEL} < 500600
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 \
- ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg-13
-.else
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
- ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
-.endif
-
CONFIGURE_ENV= POSTGRES_HOME="`${PGSQL_WRKSRC_CMD}`/src" \
LOCALBASE="${LOCALBASE}"