diff options
author | sno <sno@pkgsrc.org> | 2009-08-26 19:56:37 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-08-26 19:56:37 +0000 |
commit | 949cd3bc1f7cdf8e77915fad3585b23b0a3ca7de (patch) | |
tree | 7223c9424c4203d65e41ea0e519c6004458f8bf1 /security/seahorse | |
parent | 32af319e198dd00e25d60ac4e180ab82a16679f5 (diff) | |
download | pkgsrc-949cd3bc1f7cdf8e77915fad3585b23b0a3ca7de.tar.gz |
bump revision because of graphics/jpeg update
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 3 | ||||
-rw-r--r-- | security/seahorse/buildlink3.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 959be916fc7..ccad251ff32 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.83 2009/07/22 09:01:45 wiz Exp $ +# $NetBSD: Makefile,v 1.84 2009/08/26 19:56:58 sno Exp $ DISTNAME= seahorse-2.26.2 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse/2.26/} EXTRACT_SUFX= .tar.bz2 diff --git a/security/seahorse/buildlink3.mk b/security/seahorse/buildlink3.mk index 04574faf982..c210710a0b6 100644 --- a/security/seahorse/buildlink3.mk +++ b/security/seahorse/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2009/03/20 19:25:22 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2009/08/26 19:56:58 sno Exp $ BUILDLINK_TREE+= seahorse @@ -6,6 +6,7 @@ BUILDLINK_TREE+= seahorse SEAHORSE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.seahorse+= seahorse>=2.24.1 +BUILDLINK_ABI_DEPENDS.seahorse?= seahorse>=2.26.2nb1 BUILDLINK_PKGSRCDIR.seahorse?= ../../security/seahorse .include "../../sysutils/dbus-glib/buildlink3.mk" |