diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-02-23 19:25:16 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-02-23 19:25:16 +0000 |
commit | 48f133252e2e3897fc6422a3ed3437a984ba9b6d (patch) | |
tree | 96639b49348fb711950e1ba15de246772e351e65 /databases/p5-DBD-Pg-13 | |
parent | 9dcb38cb383eead0731ee21cfc96f19b57e27b1a (diff) | |
download | ports-48f133252e2e3897fc6422a3ed3437a984ba9b6d.tar.gz ports-48f133252e2e3897fc6422a3ed3437a984ba9b6d.zip |
Fix include path for postgresql include files (they have been moved with
version 7.2).
Approved by: demon
Notes
Notes:
svn path=/head/; revision=55140
Diffstat (limited to 'databases/p5-DBD-Pg-13')
-rw-r--r-- | databases/p5-DBD-Pg-13/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile index 5d2d67fec8f8..1892b4569c19 100644 --- a/databases/p5-DBD-Pg-13/Makefile +++ b/databases/p5-DBD-Pg-13/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ENV+= POSTGRES_INCLUDE=${PREFIX}/include/pgsql \ +CONFIGURE_ENV+= POSTGRES_INCLUDE=${PREFIX}/include \ POSTGRES_LIB=${PREFIX}/lib MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |