summaryrefslogtreecommitdiff
path: root/games/rollemup
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/rollemup
parent5f72adf8c7563dfe99098faab888f7d281390340 (diff)
downloadpkgsrc-2bcd688c2f5c760fa938069aa032400bd6ebcf6d.tar.gz
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'games/rollemup')
-rw-r--r--games/rollemup/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/rollemup/Makefile b/games/rollemup/Makefile
index 70fe8ba64c4..ca74a763d48 100644
--- a/games/rollemup/Makefile
+++ b/games/rollemup/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2001/12/05 15:00:46 agc Exp $
-#
+# $NetBSD: Makefile,v 1.19 2002/04/04 12:29:48 tron Exp $
DISTNAME= Rollemup
PKGNAME= rollemup-1.0
@@ -36,8 +35,8 @@ ONLY_FOR_PLATFORM= *-*-i386
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
-DEPENDS= suse_compat>=6.1:../../emulators/suse_compat
-DEPENDS= suse_x11>=6.1:../../emulators/suse_x11
+DEPENDS= suse_compat>=6.1:../../emulators/${SUSE_DIR_PREFIX}_compat
+DEPENDS= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11
CHECK_SHLIBS= no
.endif
@@ -68,4 +67,4 @@ do-install:
@${CHMOD} 775 ${PREFIX}/${GAMES_DIR}/Rollemup/Upload
@${CHMOD} 664 ${PREFIX}/${GAMES_DIR}/Rollemup/Rollemup.ini
-.include "../../mk/bsd.pkg.mk"
+.include "../../emulators/suse_linux/Makefile.application"