diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-21 11:43:12 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-21 11:43:12 +0000 |
commit | 7b488295120bfec78abcdd29c219fd0995676c04 (patch) | |
tree | 24fccee7f220d354bab8169352f38ae33d6ecb56 /databases/zpygresqlda | |
parent | Upgrade to 7.1, change to new layout style. (diff) |
Fix include directory for postgresql7.1's new layout.
Notes
Notes:
svn path=/head/; revision=41759
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 9746d6730ca8..25f8abcc0a40 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 && \ |