diff options
-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} \ |