summaryrefslogtreecommitdiffstats
path: root/textproc/gmat
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-17 08:42:52 +0000
committerkris <kris@FreeBSD.org>2004-02-17 08:42:52 +0000
commitfc7ab07a1cd572d64ffdb0317d5e20a155d24823 (patch)
tree831f08bb605a79f72c45e7a4d5f52aef88255aea /textproc/gmat
parentd40a135d0220354943cc961cc32d658a2e42d38f (diff)
downloadFreeBSD-ports-fc7ab07a1cd572d64ffdb0317d5e20a155d24823.zip
FreeBSD-ports-fc7ab07a1cd572d64ffdb0317d5e20a155d24823.tar.gz
BROKEN on 5.x: does not build
Diffstat (limited to 'textproc/gmat')
-rw-r--r--textproc/gmat/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/gmat/Makefile b/textproc/gmat/Makefile
index 8259ea5..48ef136 100644
--- a/textproc/gmat/Makefile
+++ b/textproc/gmat/Makefile
@@ -20,6 +20,12 @@ RUN_DEPENDS= ${LOCALBASE}/bin/nsgmls:${PORTSDIR}/textproc/sp \
${LOCALBASE}/share/sgml/docbook/3.1/docbook.dtd:${PORTSDIR}/textproc/docbook-310 \
gv:${PORTSDIR}/print/gv
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+BROKEN= "Does not build"
+.endif
+
post-install:
(cd ${WRKSRC}; tar cf - test) | (cd ${LOCALBASE}/share/gmat; tar xvf -)
# Change the pathnames in CATALOG
@@ -28,4 +34,4 @@ post-install:
s:/usr/local/prod:${LOCALBASE}/share/gmat:g" \
> ${LOCALBASE}/share/gmat/test/CATALOG )
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud