summaryrefslogtreecommitdiff
path: root/graphics/blender
diff options
context:
space:
mode:
authorpooka <pooka@pkgsrc.org>2001-11-23 16:16:14 +0000
committerpooka <pooka@pkgsrc.org>2001-11-23 16:16:14 +0000
commit01864d705dd1856876058e37dd58d3412dd46bcf (patch)
treec7f8c1a71d6abe7f4705046a0bf864887ef070ce /graphics/blender
parentc60d7684ea7df3a4e4db22c8d5a172750071b1b5 (diff)
downloadpkgsrc-01864d705dd1856876058e37dd58d3412dd46bcf.tar.gz
Add dummy definition for DISTNAME if the platform is not supported.
This is a workaround to avoid totally breaking the pkg system on platforms which are not supported (pkg system *requires* setting DISTNAME)
Diffstat (limited to 'graphics/blender')
-rw-r--r--graphics/blender/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 0e0305034c3..56b8a67787f 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/05/24 08:38:40 manu Exp $
+# $NetBSD: Makefile,v 1.8 2001/11/23 16:16:14 pooka Exp $
#
PKGNAME= blender-2.11.nb4
@@ -46,6 +46,7 @@ DISTNAME= blender2.11-linux-glibc2.1.3-powerpc-static
PLIST_ARCH= linux-powerpc
#
.else
+DISTNAME= # dummy, don't break pkg system
IGNORE= "Your platform is not supported and the package is buggy!"
.endif