summaryrefslogtreecommitdiffstats
path: root/databases/p5-Pg
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-04-21 11:43:12 +0000
committervanilla <vanilla@FreeBSD.org>2001-04-21 11:43:12 +0000
commitf0a2f2797f4d3272e245e7751bde364a15634c65 (patch)
tree172d9b14a805ee232c5d60d2e8797ff7a8f45e81 /databases/p5-Pg
parent4f94b9c8c7df606bab11c747db7be3620e297d1c (diff)
downloadFreeBSD-ports-f0a2f2797f4d3272e245e7751bde364a15634c65.zip
FreeBSD-ports-f0a2f2797f4d3272e245e7751bde364a15634c65.tar.gz
Fix include directory for postgresql7.1's new layout.
Diffstat (limited to 'databases/p5-Pg')
-rw-r--r--databases/p5-Pg/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-Pg/Makefile b/databases/p5-Pg/Makefile
index b6f032a..882762d 100644
--- a/databases/p5-Pg/Makefile
+++ b/databases/p5-Pg/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Pg
PORTVERSION= 1.9.0
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Pg
@@ -18,8 +19,8 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
PERL_CONFIGURE= yes
-CONFIGURE_ENV= POSTGRES_INCLUDE=${LOCALBASE}/pgsql/include \
- POSTGRES_LIB=${LOCALBASE}/pgsql/lib
+CONFIGURE_ENV= POSTGRES_INCLUDE=${LOCALBASE}/include/pgsql \
+ POSTGRES_LIB=${LOCALBASE}/lib
MAN3= Pg.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
OpenPOWER on IntegriCloud