summaryrefslogtreecommitdiff
path: root/games/civctp-demo
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 /games/civctp-demo
parent885763de4e5cb053002bbbd2dbfe70fbcb398c37 (diff)
downloadpkgsrc-b6343d0c1050186df8e7dd1498d066b0381bbdd2.tar.gz
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'games/civctp-demo')
-rw-r--r--games/civctp-demo/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/civctp-demo/Makefile b/games/civctp-demo/Makefile
index dd6f08c4f4b..b126fc6c850 100644
--- a/games/civctp-demo/Makefile
+++ b/games/civctp-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= civctp-demo-10251999
PKGNAME= civctp-demo-19991025
@@ -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 appstr.txt civpaths.txt ctp_data ${LIBDIR}
-.include "../../mk/bsd.pkg.mk"
+.include "../../emulators/suse_linux/Makefile.application"