diff options
author | obache <obache@pkgsrc.org> | 2013-08-16 09:20:40 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-08-16 09:20:40 +0000 |
commit | 5fc84970778775513560361fff878adb0f081e72 (patch) | |
tree | db16d8c14c3c16d9c522a5512d1fb0ebccebd6cf /security/seahorse | |
parent | a887a8a35c533306a1f7fca1f52034bb07e658a3 (diff) | |
download | pkgsrc-5fc84970778775513560361fff878adb0f081e72.tar.gz |
revbump from libnotify bumped to 0.7 and dependency changed from libnotify07.
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 2c813f76b7c..da2a0a9fbb0 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.116 2013/08/12 12:52:16 obache Exp $ +# $NetBSD: Makefile,v 1.117 2013/08/16 09:20:41 obache Exp $ DISTNAME= seahorse-2.32.0 -PKGREVISION= 22 +PKGREVISION= 23 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse/2.32/} EXTRACT_SUFX= .tar.bz2 @@ -51,7 +51,7 @@ GCONF_SCHEMAS= seahorse.schemas BUILDLINK_API_DEPENDS.gpgme+= gpgme>=1.0.1nb2 .include "../../security/gpgme/buildlink3.mk" .include "../../sysutils/dbus-glib/buildlink3.mk" -.include "../../sysutils/libnotify07/buildlink3.mk" +.include "../../sysutils/libnotify/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../mk/omf-scrollkeeper.mk" .include "../../x11/gtk2/buildlink3.mk" |