summaryrefslogtreecommitdiff
path: root/graphics/blender
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-04-04 12:29:46 +0000
committertron <tron@pkgsrc.org>2002-04-04 12:29:46 +0000
commitb6343d0c1050186df8e7dd1498d066b0381bbdd2 (patch)
tree02ee0f024d7c7f6ab249edb6825bb16713c7494f /graphics/blender
parent885763de4e5cb053002bbbd2dbfe70fbcb398c37 (diff)
downloadpkgsrc-b6343d0c1050186df8e7dd1498d066b0381bbdd2.tar.gz
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'graphics/blender')
-rw-r--r--graphics/blender/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 2295a97b163..a75c190b0a7 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/11/29 01:12:34 hubertf Exp $
-#
+# $NetBSD: Makefile,v 1.11 2002/04/04 12:29:48 tron Exp $
PKGNAME= blender-2.11
PKGREVISION= 4
@@ -27,7 +26,7 @@ IGNORE= "${PKGNAME} requires Linux libraries - see compat_linux(8)"
DISTNAME= blender2.11-linux-glibc2.1.3-alpha
#
.elif (${MACHINE_ARCH} == "i386")
-DEPENDS+= suse_linux>=6.4:../../emulators/suse_linux
+DEPENDS+= suse_linux>=6.4:../../emulators/${SUSE_DIR_PREFIX}_linux
DISTNAME= blender2.11-linux-glibc2.1.2-i386-static
PLIST_ARCH= linux-i386
#
@@ -58,4 +57,4 @@ do-install:
${CP} -Rp ${WRKSRC}/* ${PREFIX}/lib/blender/
${LN} -sf ../lib/blender/blender ${PREFIX}/bin/blender
-.include "../../mk/bsd.pkg.mk"
+.include "../../emulators/suse_linux/Makefile.application"