diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-10-15 00:03:55 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-10-15 00:03:55 +0000 |
commit | 0a571db4f7dad4fb2c2d042ca3beeebc31a4b8eb (patch) | |
tree | 81bb7cb16645ec1edbf0735aa9628b5852e86e78 /games/xarchon | |
parent | fc3f85d130f5f437a95257af00c8dba30126be83 (diff) | |
download | pkgsrc-0a571db4f7dad4fb2c2d042ca3beeebc31a4b8eb.tar.gz |
Mmm, eating up more disk space.
Diffstat (limited to 'games/xarchon')
-rw-r--r-- | games/xarchon/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile index 6ae3ef844f7..6f612d51837 100644 --- a/games/xarchon/Makefile +++ b/games/xarchon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/10/14 23:47:48 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1999/10/15 00:03:55 hubertf Exp $ # DISTNAME= xarchon-0.42 @@ -9,10 +9,10 @@ MASTER_SITES= http://xarchon.seul.org/ \ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://xarchon.seul.org/ -#DEPENDS+= xpm -#DEPENDS+= gtk -#DEPENDS+= glib -#DEPENDS+= esd +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 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-xpm-prefix=${X11BASE} \ |