pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libmypaint



Module Name:    pkgsrc
Committed By:   minskim
Date:           Wed May  2 14:39:32 UTC 2018

Modified Files:
        pkgsrc/graphics/libmypaint: Makefile

Log Message:
graphics/libmypaint: Add missing dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/libmypaint/Makefile

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

Modified files:

Index: pkgsrc/graphics/libmypaint/Makefile
diff -u pkgsrc/graphics/libmypaint/Makefile:1.1 pkgsrc/graphics/libmypaint/Makefile:1.2
--- pkgsrc/graphics/libmypaint/Makefile:1.1     Mon Apr 30 04:53:25 2018
+++ pkgsrc/graphics/libmypaint/Makefile Wed May  2 14:39:32 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/04/30 04:53:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2018/05/02 14:39:32 minskim Exp $
 
 DISTNAME=      libmypaint-1.3.0
 CATEGORIES=    graphics
@@ -16,10 +16,11 @@ CONFLICTS+= mypaint-[0-9]*
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    intltool pkg-config
+USE_TOOLS+=    intltool msgfmt msgmerge pkg-config xgettext
 
 PKGCONFIG_OVERRIDE+=   gegl/libmypaint-gegl.pc.in
 PKGCONFIG_OVERRIDE+=   libmypaint.pc.in
 
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../textproc/json-c/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index