diff options
author | dholland <dholland@pkgsrc.org> | 2015-10-17 22:23:25 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-10-17 22:23:25 +0000 |
commit | bb47b40ae23bead00dfb3c168e3ed3ba8f4905a4 (patch) | |
tree | 9897f860525ffa1ddc1d2c7c4ef07a52323c5a31 /graphics/radiance | |
parent | 4671d6da5130b89abb5fd172da28905afa839fac (diff) | |
download | pkgsrc-bb47b40ae23bead00dfb3c168e3ed3ba8f4905a4.tar.gz |
Treat openbsd and bitrig as netbsd.
Diffstat (limited to 'graphics/radiance')
-rw-r--r-- | graphics/radiance/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/radiance/Makefile b/graphics/radiance/Makefile index aa81e7754c0..24d7bfa297e 100644 --- a/graphics/radiance/Makefile +++ b/graphics/radiance/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2015/02/27 14:35:01 tnn Exp $ +# $NetBSD: Makefile,v 1.42 2015/10/17 22:23:25 dholland Exp $ # DISTNAME= rad3R6P1 @@ -54,7 +54,7 @@ REPLACE_CSH+= obj/office/anim.csh obj/office/anim2.csh PLIST_VARS+= gl -.if ${OPSYS} == "NetBSD" +.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "Bitrig" PKGSRC_ARCH= 9 .elif ${OPSYS} == "FreeBSD" PKGSRC_ARCH= 8 |