aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ayam
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-07-02 17:47:37 +0800
committerKris Kennaway <kris@FreeBSD.org>2004-07-02 17:47:37 +0800
commitda6387153ce37bca797ebf93e83698ea34db255c (patch)
treecdba449224799cd942c327e98d84ef4fee26132b /graphics/ayam
parent3dc1a12d718edf8779d91ba4703a46395e60132a (diff)
downloadfreebsd-ports-gnome-da6387153ce37bca797ebf93e83698ea34db255c.tar.gz
freebsd-ports-gnome-da6387153ce37bca797ebf93e83698ea34db255c.tar.zst
freebsd-ports-gnome-da6387153ce37bca797ebf93e83698ea34db255c.zip
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 e54d61b2b402..c118c4bb6bc3 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>