diff options
author | minskim <minskim> | 2004-10-30 00:59:01 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-10-30 00:59:01 +0000 |
commit | bcfb3e1501c94ea97683a3974115c307e2edec8c (patch) | |
tree | e48ed4a6507caa20597e72340a0e9ae3ab9a95ad /sysutils | |
parent | b2a99596286c8cace8e775c6ccb1d11b7a5b4fa6 (diff) | |
download | pkgsrc-bcfb3e1501c94ea97683a3974115c307e2edec8c.tar.gz |
Bump BUILDLINK_DEPENDS.libexif in libexif/buildlink3.mk and
PKGREVISIONs of packages including it, because the recent update of
libexif changed the major version number of libexif. Noted by dieter
and Jeremy C. Reed on tech-pkg@.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/nautilus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/nautilus/Makefile b/sysutils/nautilus/Makefile index bd971147f91..efedc1b73d8 100644 --- a/sysutils/nautilus/Makefile +++ b/sysutils/nautilus/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2004/10/27 19:33:37 drochner Exp $ +# $NetBSD: Makefile,v 1.40 2004/10/30 00:59:02 minskim Exp $ # DISTNAME= nautilus-2.8.1 +PKGREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/nautilus/2.8/} EXTRACT_SUFX= .tar.bz2 |