diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-02-18 03:51:07 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-02-18 03:51:07 +0000 |
commit | 9d9e9e3d8a4a5d6e7841f5ca19cedeb16ae0d88e (patch) | |
tree | 7b54e47312f6dd74d042b1db8154a72d8f2af21a /graphics/radiance | |
parent | 161ba89dff54dcb44bfde1b96025b852ea01b821 (diff) | |
download | pkgsrc-9d9e9e3d8a4a5d6e7841f5ca19cedeb16ae0d88e.tar.gz |
Make this work on Linux.
Diffstat (limited to 'graphics/radiance')
-rw-r--r-- | graphics/radiance/Makefile | 5 | ||||
-rw-r--r-- | graphics/radiance/PLIST | 2 | ||||
-rw-r--r-- | graphics/radiance/distinfo | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/graphics/radiance/Makefile b/graphics/radiance/Makefile index 0c0514c1c0a..55439019fe9 100644 --- a/graphics/radiance/Makefile +++ b/graphics/radiance/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/02/17 17:54:44 jschauma Exp $ +# $NetBSD: Makefile,v 1.6 2005/02/18 03:51:07 jschauma Exp $ # DISTNAME= rad3R6P1 @@ -38,6 +38,9 @@ PLIST_SUBST+= USE_GL="@comment " .elif ${OPSYS} == "FreeBSD" PKGSRC_ARCH= 8 PLIST_SUBST+= USE_GL="@comment " +.elif ${OPSYS} == "Linux" +PLIST_SUBST+= USE_GL="@comment " +PKGSRC_ARCH= 6 .elif ${OPSYS} == "IRIX" PKGSRC_ARCH= 3 PLIST_SUBST+= USE_GL="" diff --git a/graphics/radiance/PLIST b/graphics/radiance/PLIST index 465e0bfa713..2d7a8ce9418 100644 --- a/graphics/radiance/PLIST +++ b/graphics/radiance/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2005/02/17 00:38:37 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/02/18 03:51:07 jschauma Exp $ radiance/bin/arch2rad radiance/bin/bgraph radiance/bin/cnt diff --git a/graphics/radiance/distinfo b/graphics/radiance/distinfo index 8fd8fa4a7a5..9b736ac32f1 100644 --- a/graphics/radiance/distinfo +++ b/graphics/radiance/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2005/02/17 00:38:37 jschauma Exp $ +$NetBSD: distinfo,v 1.4 2005/02/18 03:51:07 jschauma Exp $ SHA1 (rad3R6P1.tar.gz) = 71f46abd1c30be282a93237fa0c162d3bf0b1f99 Size (rad3R6P1.tar.gz) = 7115997 bytes |