summaryrefslogtreecommitdiff
path: root/games/xarchon
diff options
context:
space:
mode:
authortron <tron>1999-10-22 23:41:45 +0000
committertron <tron>1999-10-22 23:41:45 +0000
commita039053a9a8ce14176cdd09c84d23e8fc153955a (patch)
tree077787a556e973f1c5ee2744ce080ba811484e37 /games/xarchon
parent9da12795df2441a98b9a742ef249b18a3682bfa4 (diff)
downloadpkgsrc-a039053a9a8ce14176cdd09c84d23e8fc153955a.tar.gz
Use wildcard dependences for "gtk+" and "esound" packages and remove
redundant dependence for "glib" package.
Diffstat (limited to 'games/xarchon')
-rw-r--r--games/xarchon/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile
index 6f612d51837..f85ff298586 100644
--- a/games/xarchon/Makefile
+++ b/games/xarchon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/10/15 00:03:55 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 1999/10/22 23:41:45 tron Exp $
#
DISTNAME= xarchon-0.42
@@ -10,9 +10,8 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://xarchon.seul.org/
DEPENDS+= xpm-3.4k:../../graphics/xpm
-DEPENDS+= gtk+-1.2.2:../../x11/gtk
-DEPENDS+= glib-1.2.2:../../devel/glib
-DEPENDS+= esound-0.2.8:../../audio/esound
+DEPENDS+= gtk+-1.2.*:../../x11/gtk
+DEPENDS+= esound-*:../../audio/esound
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-xpm-prefix=${X11BASE} \