diff options
author | fredb <fredb> | 2002-03-13 17:36:35 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-03-13 17:36:35 +0000 |
commit | 3e16215ca52f8cd61aaaa501d4314bc6004ed4db (patch) | |
tree | dc32ede50f2b2eb416705689058f2df8cb72865f /audio/audacity | |
parent | 298540b97aa5e64368ae09c15957bbfe41b2b96a (diff) | |
download | pkgsrc-3e16215ca52f8cd61aaaa501d4314bc6004ed4db.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 |