summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron>2002-04-04 12:29:46 +0000
committertron <tron>2002-04-04 12:29:46 +0000
commit2bcd688c2f5c760fa938069aa032400bd6ebcf6d (patch)
tree02ee0f024d7c7f6ab249edb6825bb16713c7494f /graphics
parent5f72adf8c7563dfe99098faab888f7d281390340 (diff)
downloadpkgsrc-2bcd688c2f5c760fa938069aa032400bd6ebcf6d.tar.gz
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/blender/Makefile7
-rw-r--r--graphics/mtv/Makefile4
-rw-r--r--graphics/ns-flash/Makefile9
3 files changed, 9 insertions, 11 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"
diff --git a/graphics/mtv/Makefile b/graphics/mtv/Makefile
index 56f0906e73d..6b74792cc6b 100644
--- a/graphics/mtv/Makefile
+++ b/graphics/mtv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2002/04/04 10:01:31 tron Exp $
+# $NetBSD: Makefile,v 1.32 2002/04/04 12:29:48 tron Exp $
DISTNAME= mtv-1.2.5
CATEGORIES= graphics
@@ -35,4 +35,4 @@ post-install:
.endfor
${CHMOD} +x ${PREFIX}/emul/linux/usr/doc/mtv
-.include "../../emulators/suse_linux/Makefile.common"
+.include "../../emulators/suse_linux/Makefile.application"
diff --git a/graphics/ns-flash/Makefile b/graphics/ns-flash/Makefile
index 4a5259fb60c..f37b5d8c1b1 100644
--- a/graphics/ns-flash/Makefile
+++ b/graphics/ns-flash/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2002/03/21 07:38:35 martti Exp $
-#
+# $NetBSD: Makefile,v 1.15 2002/04/04 12:29:48 tron Exp $
ONLY_FOR_PLATFORM= *-*-i386 SunOS-*-sparc
@@ -7,8 +6,8 @@ ONLY_FOR_PLATFORM= *-*-i386 SunOS-*-sparc
.if (${MACHINE_ARCH} == "i386")
FLASH_VERS= 5.0r47
-DEPENDS+= suse_compat>=6.3:../../emulators/suse_compat
-DEPENDS+= suse_x11>=6.3:../../emulators/suse_x11
+DEPENDS+= suse_compat>=6.3:../../emulators/${SUSE_DIR_PREFIX}_compat
+DEPENDS+= suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_x11
DISTUNAME= linux
WRKNAME= flash_linux
.elif ${MACHINE_ARCH} == "sparc" && ${OPSYS} == "SunOS"
@@ -54,4 +53,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/ShockwaveFlash.class ${NS_PLUGINS_DIR}
${INSTALL_DATA} ${WRKSRC}/libflashplayer.so ${NS_PLUGINS_DIR}
-.include "../../mk/bsd.pkg.mk"
+.include "../../emulators/suse_linux/Makefile.application"