diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-10-27 23:56:41 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-10-27 23:56:41 +0000 |
commit | 36f09c21cf29411cdb05cc3632e34deb49f3f0d4 (patch) | |
tree | 46b7cd2eb8fe4c027f6a53d2b91e0e43a9c55d58 /games/xarchon/Makefile | |
parent | 4735f9478e70d4681bf8beae2e6c2c5a9dd245c3 (diff) | |
download | pkgsrc-36f09c21cf29411cdb05cc3632e34deb49f3f0d4.tar.gz |
use glib-config to find headers, whereever they are hidden.
Diffstat (limited to 'games/xarchon/Makefile')
-rw-r--r-- | games/xarchon/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile index 2d238340698..c17f4a604dd 100644 --- a/games/xarchon/Makefile +++ b/games/xarchon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/10/27 17:14:08 agc Exp $ +# $NetBSD: Makefile,v 1.6 1999/10/27 23:56:41 hubertf Exp $ # DISTNAME= xarchon-0.42 @@ -9,8 +9,6 @@ MASTER_SITES= http://xarchon.seul.org/ \ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://xarchon.seul.org/ -BROKEN= Compilation problems - DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= esound-*:../../audio/esound |