summaryrefslogtreecommitdiff
path: root/graphics/ns-flash/Makefile
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/ns-flash/Makefile
parent885763de4e5cb053002bbbd2dbfe70fbcb398c37 (diff)
downloadpkgsrc-b6343d0c1050186df8e7dd1498d066b0381bbdd2.tar.gz
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'graphics/ns-flash/Makefile')
-rw-r--r--graphics/ns-flash/Makefile9
1 files changed, 4 insertions, 5 deletions
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"