diff options
author | tron <tron@pkgsrc.org> | 1999-10-22 23:41:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-10-22 23:41:45 +0000 |
commit | 8112354f737de0295411abfc5225ee00cf034b8a (patch) | |
tree | 077787a556e973f1c5ee2744ce080ba811484e37 /games | |
parent | ec9a47509f4714d86b684f5d6286679922a0446b (diff) | |
download | pkgsrc-8112354f737de0295411abfc5225ee00cf034b8a.tar.gz |
Use wildcard dependences for "gtk+" and "esound" packages and remove
redundant dependence for "glib" package.
Diffstat (limited to 'games')
-rw-r--r-- | games/xarchon/Makefile | 7 |
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} \ |