diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
commit | b48eba1112f54d5bd53419acb41234e880b1c4d8 (patch) | |
tree | dc32ede50f2b2eb416705689058f2df8cb72865f /audio/audacity | |
parent | b83587c254a875614110a4d3bcfeafebc7536d9a (diff) | |
download | pkgsrc-b48eba1112f54d5bd53419acb41234e880b1c4d8.tar.gz |
Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
Diffstat (limited to 'audio/audacity')
-rw-r--r-- | audio/audacity/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index acf5e797dc4..5619acd1b77 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2001/11/17 06:36:14 itohy Exp $ +# $NetBSD: Makefile,v 1.5 2002/03/13 17:36:35 fredb Exp $ # DISTNAME= audacity-src-0.96 PKGNAME= audacity-0.96 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://prdownloads.sourceforge.net/audacity/ EXTRACT_SUFX= .tgz @@ -11,7 +12,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://audacity.sourceforge.net/ COMMENT= audio editor -DEPENDS+= wxGTK-[0-9]*:../../x11/wxGTK +DEPENDS+= wxGTK>=2.2.7nb1:../../x11/wxGTK DEPENDS+= pth-[0-9]*:../../devel/pth DEPENDS+= id3lib-[0-9]*:../../audio/id3lib DEPENDS+= libmpeg3-[0-9]*:../../devel/libmpeg3 |