diff options
author | kefren <kefren@pkgsrc.org> | 2015-05-23 06:51:21 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2015-05-23 06:51:21 +0000 |
commit | b958f9815b5429d246340199ec8012a3660e5256 (patch) | |
tree | be39289c8f470413f2698434762d9eb3916fab9e /security | |
parent | 5003662749e36d2c759b19c16f4695d024c1d76b (diff) | |
download | pkgsrc-b958f9815b5429d246340199ec8012a3660e5256.tar.gz |
Switch C# gnome bindings to latest mono. Update to gtk-sharp-2.12.26 on
this ocassion.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnome-keyring-sharp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gnome-keyring-sharp/Makefile b/security/gnome-keyring-sharp/Makefile index 86b4cffc645..fc95f4bfcda 100644 --- a/security/gnome-keyring-sharp/Makefile +++ b/security/gnome-keyring-sharp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2015/04/06 08:17:37 adam Exp $ +# $NetBSD: Makefile,v 1.10 2015/05/23 06:51:21 kefren Exp $ # DISTNAME= gnome-keyring-sharp-1.0.0 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= security MASTER_SITES= http://ftp.novell.com/pub/mono/sources/gnome-keyring-sharp/ EXTRACT_SUFX= .tar.bz2 @@ -22,5 +22,5 @@ CONFIGURE_ARGS+= --disable-monodoc .include "options.mk" -.include "../../lang/mono2/buildlink3.mk" +.include "../../lang/mono/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |