summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
commitd894e365fe83a695850869cd43b9ff91d9c2323a (patch)
tree7a18870cedbd144cff76a826ef41b266e5dc5835 /databases
parentReset inactive maintainer. (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=91368
Diffstat (limited to 'databases')
-rw-r--r--databases/zpygresqlda/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/zpygresqlda/Makefile b/databases/zpygresqlda/Makefile
index 72a229e471d9..18874c8142fd 100644
--- a/databases/zpygresqlda/Makefile
+++ b/databases/zpygresqlda/Makefile
@@ -34,6 +34,12 @@ WRKSRC= ${WRKDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
do-build:
@${ECHO_CMD} '*shared*' > ${WRKSRC}/src/Setup
@${ECHO_CMD} '' >> ${WRKSRC}/src/Setup
@@ -51,4 +57,4 @@ do-install:
@${CP} -Rf ${WRKSRC}/* \
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}/
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>