diff options
author | tron <tron> | 1999-10-22 23:55:47 +0000 |
---|---|---|
committer | tron <tron> | 1999-10-22 23:55:47 +0000 |
commit | b2e1f85fc50dad78b110fbd0eed9cdc81309eb33 (patch) | |
tree | 38a80e1be2365bd4b00ca77059ec25fcc1420ffa /audio/xhippo | |
parent | eab0edbb067f1b1b862dc53ad0afb93625e7806f (diff) | |
download | pkgsrc-b2e1f85fc50dad78b110fbd0eed9cdc81309eb33.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 |