diff options
author | kris <kris@FreeBSD.org> | 2005-07-21 00:01:35 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-07-21 00:01:35 +0000 |
commit | d200794a397a482cfba98e41a66a89db8560ceba (patch) | |
tree | bac715af48c82dafefe1bd881ba946bc727b6d12 /graphics/wings | |
parent | 5bde6db19cffed259d102cdf1ba2605b59b0698f (diff) | |
download | FreeBSD-ports-d200794a397a482cfba98e41a66a89db8560ceba.zip FreeBSD-ports-d200794a397a482cfba98e41a66a89db8560ceba.tar.gz |
BROKEN on >= 5.x: Does not compile
Diffstat (limited to 'graphics/wings')
-rw-r--r-- | graphics/wings/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/wings/Makefile b/graphics/wings/Makefile index 36cbefd..9143b33 100644 --- a/graphics/wings/Makefile +++ b/graphics/wings/Makefile @@ -27,6 +27,12 @@ USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes +.include <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |