summaryrefslogtreecommitdiffstats
path: root/graphics/ayam
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-07-02 09:47:37 +0000
committerkris <kris@FreeBSD.org>2004-07-02 09:47:37 +0000
commit67b0661b65ab9dbb86ec60eeea061966e8a57b80 (patch)
treeecdacdcf6bf60dc62b1ba38aeae8a0b0baad3ddb /graphics/ayam
parent2abf8b47854ebd5d65e82ecf23f8b0f46a7d150a (diff)
downloadFreeBSD-ports-67b0661b65ab9dbb86ec60eeea061966e8a57b80.zip
FreeBSD-ports-67b0661b65ab9dbb86ec60eeea061966e8a57b80.tar.gz
BROKEN on 5.x: Does not compile
Diffstat (limited to 'graphics/ayam')
-rw-r--r--graphics/ayam/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/ayam/Makefile b/graphics/ayam/Makefile
index e54d61b..c118c4b 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} >= 502112
+BROKEN= "Does not compile 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>
OpenPOWER on IntegriCloud