diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-05-15 21:38:42 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-05-15 21:38:42 +0000 |
commit | 9139e42c6a629cdab62c51db12e7d9bd5782552b (patch) | |
tree | 9768f3a7664409800c2fe9140db5bdf33d2b14a5 /audio/gdcd | |
parent | 5b1d1863e315faa1a6ca460bbfb04485f6fd2513 (diff) | |
download | pkgsrc-9139e42c6a629cdab62c51db12e7d9bd5782552b.tar.gz |
make pth depends into a dewey depends
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 4c77fd4ad1f..bca83a9c85d 100644 --- a/audio/gdcd/Makefile +++ b/audio/gdcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/11/29 08:20:00 rh Exp $ +# $NetBSD: Makefile,v 1.5 2000/05/15 21:38:42 dmcmahill Exp $ # DISTNAME= gdcd-0.0.2 @@ -10,7 +10,7 @@ HOMEPAGE= http://cdcd.undergrid.net/gdcd/ DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= imlib-*:../../graphics/imlib -DEPENDS+= pth-1.2.0:../../devel/pth +DEPENDS+= pth>=1.2.0:../../devel/pth DEPENDS+= libcdaudio-0.99.1:../../audio/libcdaudio USE_X11BASE= YES |