diff options
author | tron <tron@pkgsrc.org> | 2002-04-04 12:29:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-04 12:29:46 +0000 |
commit | b6343d0c1050186df8e7dd1498d066b0381bbdd2 (patch) | |
tree | 02ee0f024d7c7f6ab249edb6825bb16713c7494f /graphics/blender/Makefile | |
parent | 885763de4e5cb053002bbbd2dbfe70fbcb398c37 (diff) | |
download | pkgsrc-b6343d0c1050186df8e7dd1498d066b0381bbdd2.tar.gz |
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'graphics/blender/Makefile')
-rw-r--r-- | graphics/blender/Makefile | 7 |
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" |