diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-04-21 11:43:12 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-04-21 11:43:12 +0000 |
commit | f0a2f2797f4d3272e245e7751bde364a15634c65 (patch) | |
tree | 172d9b14a805ee232c5d60d2e8797ff7a8f45e81 /databases/zpygresqlda | |
parent | 4f94b9c8c7df606bab11c747db7be3620e297d1c (diff) | |
download | FreeBSD-ports-f0a2f2797f4d3272e245e7751bde364a15634c65.zip FreeBSD-ports-f0a2f2797f4d3272e245e7751bde364a15634c65.tar.gz |
Fix include directory for postgresql7.1's new layout.
Diffstat (limited to 'databases/zpygresqlda')
-rw-r--r-- | databases/zpygresqlda/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/zpygresqlda/Makefile b/databases/zpygresqlda/Makefile index 9746d67..25f8abc 100644 --- a/databases/zpygresqlda/Makefile +++ b/databases/zpygresqlda/Makefile @@ -7,6 +7,7 @@ PORTNAME= zpygresqlda PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.zope.org/Members/reedstrm/ZPyGreSQLDA-rjr/ DISTNAME= ZPyGreSQLDA-0.3-rjr2 @@ -34,8 +35,8 @@ do-build: @${ECHO} '*shared*' > ${WRKSRC}/src/Setup @${ECHO} '' >> ${WRKSRC}/src/Setup @${ECHO} '_pg pgmodule.c ' \ - '-I${LOCALBASE}/pgsql/include ' \ - '-L${LOCALBASE}/pgsql/lib ' \ + '-I${LOCALBASE}/include/pgsql ' \ + '-L${LOCALBASE}/lib ' \ '-lpq -lcrypt' >> ${WRKSRC}/src/Setup @(cd ${WRKSRC}/src && \ make -f Makefile.pre.in boot && \ |