diff options
author | tron <tron@pkgsrc.org> | 2002-04-04 12:29:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-04 12:29:46 +0000 |
commit | b6343d0c1050186df8e7dd1498d066b0381bbdd2 (patch) | |
tree | 02ee0f024d7c7f6ab249edb6825bb16713c7494f /games/rollemup/Makefile | |
parent | 885763de4e5cb053002bbbd2dbfe70fbcb398c37 (diff) | |
download | pkgsrc-b6343d0c1050186df8e7dd1498d066b0381bbdd2.tar.gz |
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'games/rollemup/Makefile')
-rw-r--r-- | games/rollemup/Makefile | 9 |
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" |