diff options
author | rh <rh@pkgsrc.org> | 1999-11-29 08:20:00 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-11-29 08:20:00 +0000 |
commit | 1b65fba788bf23e7964ef1971130e86d1b89d855 (patch) | |
tree | bdff24ad9355b81f73ac738fa804a64c6137b88e /audio/gdcd | |
parent | 45b20285eba650a7fedf47b2bb125feba754d519 (diff) | |
download | pkgsrc-1b65fba788bf23e7964ef1971130e86d1b89d855.tar.gz |
Make dependency on imlib a wildcard dependency. This fixes PR 8911 by
wiz@danbala.ifoer.tuwien.ac.at.
Diffstat (limited to 'audio/gdcd')
-rw-r--r-- | audio/gdcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gdcd/Makefile b/audio/gdcd/Makefile index 881e40c0194..4c77fd4ad1f 100644 --- a/audio/gdcd/Makefile +++ b/audio/gdcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/11/12 11:21:05 agc Exp $ +# $NetBSD: Makefile,v 1.4 1999/11/29 08:20:00 rh Exp $ # DISTNAME= gdcd-0.0.2 @@ -9,7 +9,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://cdcd.undergrid.net/gdcd/ DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= imlib-1.9.4:../../graphics/imlib +DEPENDS+= imlib-*:../../graphics/imlib DEPENDS+= pth-1.2.0:../../devel/pth DEPENDS+= libcdaudio-0.99.1:../../audio/libcdaudio |