aboutsummaryrefslogtreecommitdiff
path: root/graphics/geomview
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 17:49:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 17:49:31 +0000
commitfe54d2a7c76c819f48572aaac53161c6073e4bc2 (patch)
treecd3a2332516a8e0f6a9b518a6f6eb3a97af4baa7 /graphics/geomview
parentb64acc87813cd14f5610cecd37bb98e52497b3fa (diff)
downloadports-fe54d2a7c76c819f48572aaac53161c6073e4bc2.tar.gz
ports-fe54d2a7c76c819f48572aaac53161c6073e4bc2.zip
Notes
Diffstat (limited to 'graphics/geomview')
-rw-r--r--graphics/geomview/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile
index e49244927392..12480164b7d2 100644
--- a/graphics/geomview/Makefile
+++ b/graphics/geomview/Makefile
@@ -42,6 +42,12 @@ MAKE_ENV= CPU=FreeBSD MAPLE_LIB=${MAPLE_LIB}
AC_FAKE_FILES= aclocal.m4 config.h.in stamp-h stamp-h.in
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-configure:
cd ${WRKSRC}; ${TOUCH} ${AC_FAKE_FILES}
${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${TOUCH}
@@ -68,4 +74,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/doc/html/pix/*.gif ${DOCSDIR}/html/pix
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>