diff options
author | kris <kris@FreeBSD.org> | 2004-09-18 06:49:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-18 06:49:38 +0800 |
commit | 40ae99804e2985b193f328cae7d358fa16ba344a (patch) | |
tree | 5c8b3d40e6209ab17d2294a8b7035505e64ac9a7 /graphics | |
parent | 0613837b4f862fceaa95c46d07deac377768ecdd (diff) | |
download | freebsd-ports-gnome-40ae99804e2985b193f328cae7d358fa16ba344a.tar.gz freebsd-ports-gnome-40ae99804e2985b193f328cae7d358fa16ba344a.tar.zst freebsd-ports-gnome-40ae99804e2985b193f328cae7d358fa16ba344a.zip |
BROKEN on 5.x: Does not build
Approved by: portmgr (self)
Diffstat (limited to 'graphics')
-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> |