diff options
-rw-r--r-- | graphics/rayshade/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 15ca5be60b29..202b7d6bf088 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -3,7 +3,7 @@ # Date created: 21 January 1998 # Whom: giffunip@asme.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/26 04:04:11 mph Exp $ # DISTNAME= rayshade.4.0 @@ -17,6 +17,8 @@ MAINTAINER= ports@FreeBSD.ORG BUILD_DEPENDS= $(LOCALBASE)/lib/librle.a:${PORTSDIR}/graphics/urt +BROKEN_ELF= yes + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS+= < ${WRKDIR}/config.ans |