diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-17 22:49:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-17 22:49:38 +0000 |
commit | 2363d23789308f20bfff699d83cd6f75c733da40 (patch) | |
tree | 6ebfa2c916f9dc4579d9b3986c91a998b2da09cb /graphics/ayam/Makefile | |
parent | 9145ddd1194b298c5865eac44147820268ecb587 (diff) |
Notes
Diffstat (limited to 'graphics/ayam/Makefile')
-rw-r--r-- | graphics/ayam/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/ayam/Makefile b/graphics/ayam/Makefile index 6118444d8c58..ce8c0652d512 100644 --- a/graphics/ayam/Makefile +++ b/graphics/ayam/Makefile @@ -31,6 +31,12 @@ MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" AYAM_PLUGINS= csphere mfio PLUGINS_DIR= ${PREFIX}/lib/${PORTNAME} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not build on FreeBSD >= 5.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/tcl/ayam.tcl @${REINPLACE_CMD} -e 's|^MF3DCFLAGS =|MF3DCFLAGS = -fPIC|g' \ @@ -87,4 +93,4 @@ do-install: ${DOCSDIR}/html/pics .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |