diff options
author | hubertf <hubertf> | 1999-10-15 00:03:55 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-10-15 00:03:55 +0000 |
commit | 1d77eb82ddcccae6b434efb1ed1dacd6575c1be5 (patch) | |
tree | 81bb7cb16645ec1edbf0735aa9628b5852e86e78 /games | |
parent | 692e1657a236d3da6370bec2a39ae232ed22c355 (diff) | |
download | pkgsrc-1d77eb82ddcccae6b434efb1ed1dacd6575c1be5.tar.gz |
Mmm, eating up more disk space.
Diffstat (limited to 'games')
-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} \ |