diff options
author | wiz <wiz> | 2011-01-13 13:36:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-01-13 13:36:05 +0000 |
commit | 80b5b9a3ddd58090b573c76182d0bece70ac22a5 (patch) | |
tree | 88e815d783e836dbfc6cc98e62ec39f0cd57cff6 /audio/aumix-gtk | |
parent | 621ffd383b6873463874b1e8d2d79483ac4dd75a (diff) | |
download | pkgsrc-80b5b9a3ddd58090b573c76182d0bece70ac22a5.tar.gz |
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Diffstat (limited to 'audio/aumix-gtk')
-rw-r--r-- | audio/aumix-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/aumix-gtk/Makefile b/audio/aumix-gtk/Makefile index 26024259e8e..a7f5431a86b 100644 --- a/audio/aumix-gtk/Makefile +++ b/audio/aumix-gtk/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2010/11/15 22:56:10 abs Exp $ +# $NetBSD: Makefile,v 1.11 2011/01/13 13:36:58 wiz Exp $ .include "../../audio/aumix/Makefile.common" PKGNAME= ${DISTNAME:S/aumix/aumix-gtk/} -PKGREVISION= 7 +PKGREVISION= 8 COMMENT+= (ncurses and GTK+ 2.0 interfaces) |