summaryrefslogtreecommitdiff
path: root/graphics/blender
diff options
context:
space:
mode:
authorpooka <pooka>2001-11-23 16:16:14 +0000
committerpooka <pooka>2001-11-23 16:16:14 +0000
commit67b0857bb230c390a31f0ae66a3bdd8c4d1ab4a9 (patch)
treec7f8c1a71d6abe7f4705046a0bf864887ef070ce /graphics/blender
parentf893259538357727bb82db7713e7e87d55a489d0 (diff)
downloadpkgsrc-67b0857bb230c390a31f0ae66a3bdd8c4d1ab4a9.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