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 /sysutils/gcdmaster | |
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 'sysutils/gcdmaster')
-rw-r--r-- | sysutils/gcdmaster/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/gcdmaster/Makefile b/sysutils/gcdmaster/Makefile index c73a7e64154..8aaf94be721 100644 --- a/sysutils/gcdmaster/Makefile +++ b/sysutils/gcdmaster/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2001/09/27 23:18:42 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/03/13 17:37:42 fredb Exp $ # DISTNAME= cdrdao-1.1.5.src PKGNAME= gcdmaster-1.1.5 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/cdrdao-1.1.5 CATEGORIES= sysutils MASTER_SITES= http://prdownloads.sourceforge.net/cdrdao/ @@ -14,8 +15,8 @@ COMMENT= GUI for cdrdao with some editing capability BUILD_DEPENDS+= pccts-1.33.22:../../devel/pccts DEPENDS+= cdrdao-1.1.5:../../sysutils/cdrdao DEPENDS+= gtk---[0-9]*:../../x11/gtk-- -DEPENDS+= gnome---[0-9]*:../../x11/gnome-- -DEPENDS+= libglade-[0-9]*:../../devel/libglade +DEPENDS+= gnome---1.1.19nb1:../../x11/gnome-- +DEPENDS+= libglade-0.17nb1:../../devel/libglade USE_X11BASE= yes GNU_CONFIGURE= YES |