aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Pg
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-11-14 14:11:14 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-11-14 14:11:14 +0000
commit1c9f53f3aed3de92664d7944c61a909906dd0d2a (patch)
tree99a04f0ac2ef2d3c7d44f901daabbe8b7d81064a /databases/p5-DBD-Pg
parentdca11657a46d5e9fa7027be27b76f46cb9b0d002 (diff)
downloadports-1c9f53f3aed3de92664d7944c61a909906dd0d2a.tar.gz
ports-1c9f53f3aed3de92664d7944c61a909906dd0d2a.zip
Notes
Diffstat (limited to 'databases/p5-DBD-Pg')
-rw-r--r--databases/p5-DBD-Pg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile
index 1b21b02de1d4..043fad84470f 100644
--- a/databases/p5-DBD-Pg/Makefile
+++ b/databases/p5-DBD-Pg/Makefile
@@ -34,8 +34,6 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
.endif
-.include <bsd.port.post.mk>
-
.if defined(WITH_OLD_LAYOUT)
CONFIGURE_ENV+= POSTGRES_INCLUDE=${LOCALBASE}/include/pgsql \
POSTGRES_LIB=${LOCALBASE}/lib
@@ -48,3 +46,5 @@ PG_CONFIG= ${LOCALBASE}/bin/pg_config
CONFIGURE_ENV+= POSTGRES_INCLUDE=`${PG_CONFIG} --includedir` \
POSTGRES_LIB=`${PG_CONFIG} --libdir`
.endif
+
+.include <bsd.port.post.mk>