Tue Jun 20 15:04:23 2017 UTC ()
gtksourceview2->gtksourceview3


(youri)
diff -r1.34 -r1.35 pkgsrc/editors/xfce4-mousepad/Makefile

cvs diff -r1.34 -r1.35 pkgsrc/editors/xfce4-mousepad/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/xfce4-mousepad/Makefile 2017/02/12 06:25:17 1.34
+++ pkgsrc/editors/xfce4-mousepad/Makefile 2017/06/20 15:04:23 1.35
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.34 2017/02/12 06:25:17 ryoon Exp $ 1# $NetBSD: Makefile,v 1.35 2017/06/20 15:04:23 youri Exp $
2 2
3PKGREVISION= 4 3PKGREVISION= 4
4.include "../../meta-pkgs/xfce4/Makefile.common" 4.include "../../meta-pkgs/xfce4/Makefile.common"
5 5
6VERSION= 0.4.0 6VERSION= 0.4.0
7DISTNAME= mousepad-${VERSION} 7DISTNAME= mousepad-${VERSION}
8PKGNAME= xfce4-mousepad-${VERSION} 8PKGNAME= xfce4-mousepad-${VERSION}
9CATEGORIES= editors 9CATEGORIES= editors
10MASTER_SITES= http://archive.xfce.org/src/apps/mousepad/0.4/ 10MASTER_SITES= http://archive.xfce.org/src/apps/mousepad/0.4/
11 11
12HOMEPAGE= http://users.xfce.org/~benny/xfce/apps.html 12HOMEPAGE= http://users.xfce.org/~benny/xfce/apps.html
13COMMENT= Xfce text editor 13COMMENT= Xfce text editor
14 14
15.include "../../devel/glib2/schemas.mk" 15.include "../../devel/glib2/schemas.mk"
16.include "../../sysutils/desktop-file-utils/desktopdb.mk" 16.include "../../sysutils/desktop-file-utils/desktopdb.mk"
17.include "../../x11/gtksourceview2/buildlink3.mk" 17.include "../../x11/gtksourceview3/buildlink3.mk"
18.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"