diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-21 07:22:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-21 07:22:40 +0000 |
commit | 8c3d3a34949f722e8d8b58645c10df3411bfff9c (patch) | |
tree | e24172268d1dcb3b6690a644c9a7cf3b6d5e60e5 /graphics | |
parent | 0dac6d3a9f2dac9a02e90c089d8aa3a2bc80b0af (diff) | |
download | ports-8c3d3a34949f722e8d8b58645c10df3411bfff9c.tar.gz ports-8c3d3a34949f722e8d8b58645c10df3411bfff9c.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rayshade/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 6665af5ecdd0..45e91fca6de4 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -17,8 +17,11 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= $(LOCALBASE)/lib/librle.a:${PORTSDIR}/graphics/urt -BROKEN_ELF= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 400000 BROKEN= build +.endif HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure @@ -40,4 +43,4 @@ do-install: $(MKDIR) $(PREFIX)/share/examples/rayshade $(INSTALL_DATA) $(WRKSRC)/Examples/* $(PREFIX)/share/examples/rayshade -.include <bsd.port.mk> +.include <bsd.port.post.mk> |