diff options
author | tron <tron@pkgsrc.org> | 1999-10-22 23:55:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-10-22 23:55:47 +0000 |
commit | dac52b7e09d1cbb6a1927c9c6c191fa39341c390 (patch) | |
tree | 38a80e1be2365bd4b00ca77059ec25fcc1420ffa /audio/xhippo | |
parent | 1f441e60b4e7529a7e28ee4a337cb20d9ca4c8be (diff) | |
download | pkgsrc-dac52b7e09d1cbb6a1927c9c6c191fa39341c390.tar.gz |
Use wildcard dependence for "gtk+" package.
Diffstat (limited to 'audio/xhippo')
-rw-r--r-- | audio/xhippo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index 3c071ce8bb9..2ab93c51486 100644 --- a/audio/xhippo/Makefile +++ b/audio/xhippo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/08/28 09:43:07 rh Exp $ +# $NetBSD: Makefile,v 1.9 1999/10/22 23:55:50 tron Exp $ # DISTNAME= xhippo-1.1 @@ -8,7 +8,7 @@ MASTER_SITES= http://zenchaos.netpedia.net/software/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://zenchaos.netpedia.net/ -DEPENDS= gtk+-1.2.4:../../x11/gtk +DEPENDS= gtk+-1.2.*:../../x11/gtk USE_X11= YES GNU_CONFIGURE= YES |