diff options
author | rh <rh@pkgsrc.org> | 2000-02-19 20:08:30 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-02-19 20:08:30 +0000 |
commit | 500ca48323d18d988bcc287decb07095eede740a (patch) | |
tree | b986d6014137426a5bd21281a72ba089642faea9 /sysutils/gcombust/Makefile | |
parent | 15f35c0731494b56d50a00e04dbc15dc7e855367 (diff) | |
download | pkgsrc-500ca48323d18d988bcc287decb07095eede740a.tar.gz |
Update gcombust to 0.1.29. Changes include Korean and Hungarian
translations, German .po update and a bunch of minor bugfixes (size of
old sessions in multisession is taken into account, tried to sort out the
exit status reporting and more), added a few more options to mkisofs,
saveable fifosize.
Diffstat (limited to 'sysutils/gcombust/Makefile')
-rw-r--r-- | sysutils/gcombust/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index fe61dfd5c96..ab5bde75443 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2000/02/01 16:46:12 rh Exp $ +# $NetBSD: Makefile,v 1.13 2000/02/19 20:08:30 rh Exp $ # -DISTNAME= gcombust-0.1.28 +DISTNAME= gcombust-0.1.29 CATEGORIES= x11 sysutils MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ @@ -12,7 +12,7 @@ DEPENDS+= mkhybrid-*:../mkhybrid DEPENDS+= cdrecord-*:../cdrecord DEPENDS+= cdlabelgen-*:../../graphics/cdlabelgen DEPENDS+= gv-*:../../print/gv -DEPENDS+= gtk+-1.2.*:../../x11/gtk +DEPENDS+= gtk+>=1.2.4:../../x11/gtk GNU_CONFIGURE= YES |