summaryrefslogtreecommitdiff
path: root/graphics/ns-flash/Makefile
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/ns-flash/Makefile
parent5f72adf8c7563dfe99098faab888f7d281390340 (diff)
downloadpkgsrc-2bcd688c2f5c760fa938069aa032400bd6ebcf6d.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"