diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 00:58:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 00:58:32 +0000 |
commit | 89be57678dc4948dfadd830d2841b6e21450ccab (patch) | |
tree | 2ecfb63f0c29f8d0fb43670bae10498616f9f508 /graphics/rayshade | |
parent | ed16ea014b559e69f648a8b8c69ab87b3854a258 (diff) |
Notes
Diffstat (limited to 'graphics/rayshade')
-rw-r--r-- | graphics/rayshade/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 202b7d6bf088..2bab70ae2796 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -3,7 +3,7 @@ # Date created: 21 January 1998 # Whom: giffunip@asme.org # -# $Id: Makefile,v 1.1.1.1 1998/05/26 04:04:11 mph Exp $ +# $Id: Makefile,v 1.2 1998/10/12 04:05:33 jseger Exp $ # DISTNAME= rayshade.4.0 @@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.ORG BUILD_DEPENDS= $(LOCALBASE)/lib/librle.a:${PORTSDIR}/graphics/urt BROKEN_ELF= yes +BROKEN= build HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure |