summaryrefslogtreecommitdiff
path: root/games/eus-demo
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 /games/eus-demo
parent5f72adf8c7563dfe99098faab888f7d281390340 (diff)
downloadpkgsrc-2bcd688c2f5c760fa938069aa032400bd6ebcf6d.tar.gz
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'games/eus-demo')
-rw-r--r--games/eus-demo/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/eus-demo/Makefile b/games/eus-demo/Makefile
index b0c5264b7e0..096a3108bf9 100644
--- a/games/eus-demo/Makefile
+++ b/games/eus-demo/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/02/07 11:39:52 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.6 2002/04/04 12:29:47 tron Exp $
DISTNAME= eus-demo
PKGNAME= eus-demo-1.0
@@ -19,7 +18,8 @@ ONLY_FOR_PLATFORM=*-*-i386
.if (${MACHINE_ARCH} == "i386")
BINTYPE= x86/glibc-2.1
-# DEPENDS+= suse_base>=6.1:../../emulators/suse_base
+
+DEPENDS+= suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_x11
.elif (${MACHINE_ARCH} == "alpha")
BINTYPE= alpha/glibc-2.1
.elif (${MACHINE_ARCH} == "powerpc")
@@ -52,4 +52,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${SHAREDIR}/${BINNAME}-README
cd ${WRKSRC} ; ${PAX} -rw [Eai-p]* sounds ${LIBDIR}
-.include "../../mk/bsd.pkg.mk"
+.include "../../emulators/suse_linux/Makefile.application"