aboutsummaryrefslogtreecommitdiff
path: root/databases/zpygresqlda
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-04-21 11:43:12 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-04-21 11:43:12 +0000
commit7b488295120bfec78abcdd29c219fd0995676c04 (patch)
tree24fccee7f220d354bab8169352f38ae33d6ecb56 /databases/zpygresqlda
parentbfb9f8e6c93b2c638014779f1429d726c35e4e69 (diff)
downloadports-7b488295120bfec78abcdd29c219fd0995676c04.tar.gz
ports-7b488295120bfec78abcdd29c219fd0995676c04.zip
Notes
Diffstat (limited to 'databases/zpygresqlda')
-rw-r--r--databases/zpygresqlda/Makefile5
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 && \