From a7f90fdd5a4c7008f5694c518889f9f1fd1e2ca8 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 21 Jul 2005 00:01:35 +0000 Subject: BROKEN on >= 5.x: Does not compile --- graphics/wings/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics/wings/Makefile') diff --git a/graphics/wings/Makefile b/graphics/wings/Makefile index 36cbefd486b5..9143b33c4dc1 100644 --- a/graphics/wings/Makefile +++ b/graphics/wings/Makefile @@ -27,6 +27,12 @@ USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes +.include + +.if ${OSVERSION} >= 504001 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${CP} ${FILESDIR}/wings.sh ${WRKSRC}/wings.sh @${REINPLACE_CMD} -e 's|!!PREFIX!!|${PREFIX}|g' ${WRKSRC}/wings.sh @@ -44,4 +50,4 @@ do-install: @${INSTALL_SCRIPT} ${WRKSRC}/wings.sh ${PREFIX}/bin/wings @${LN} -sf ${DISTNAME} ${PREFIX}/lib/erlang/lib/${PORTNAME} -.include +.include -- cgit v1.2.3