diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 17:49:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 17:49:31 +0000 |
commit | fe54d2a7c76c819f48572aaac53161c6073e4bc2 (patch) | |
tree | cd3a2332516a8e0f6a9b518a6f6eb3a97af4baa7 /graphics/geomview | |
parent | b64acc87813cd14f5610cecd37bb98e52497b3fa (diff) | |
download | ports-fe54d2a7c76c819f48572aaac53161c6073e4bc2.tar.gz ports-fe54d2a7c76c819f48572aaac53161c6073e4bc2.zip |
Notes
Diffstat (limited to 'graphics/geomview')
-rw-r--r-- | graphics/geomview/Makefile | 8 |
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> |