pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/meld



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Jan 22 14:44:15 UTC 2017

Modified Files:
        pkgsrc/devel/meld: Makefile

Log Message:
Add a dependency to graphics/adwaita-icon-theme
Bump PKGREVISION

Pointed out via pkg/51835 by Joern Clausen.

Approved by <wiz>


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/devel/meld/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/meld/Makefile
diff -u pkgsrc/devel/meld/Makefile:1.75 pkgsrc/devel/meld/Makefile:1.76
--- pkgsrc/devel/meld/Makefile:1.75     Sun Jan  1 14:43:31 2017
+++ pkgsrc/devel/meld/Makefile  Sun Jan 22 14:44:15 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.75 2017/01/01 14:43:31 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2017/01/22 14:44:15 leot Exp $
 
 DISTNAME=              meld-3.16.4
+PKGREVISION=           1
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/meld/3.16/}
 EXTRACT_SUFX=          .tar.xz
@@ -25,6 +26,7 @@ SUBST_SED.man+=               -e "s,share/man/man1,${
 SUBST_STAGE.man=       pre-build
 SUBST_MESSAGE.man=     Fixing man page installation path.
 
+.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../lang/python/distutils.mk"



Home | Main Index | Thread Index | Old Index