pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/inkscape



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 30 17:21:34 UTC 2023

Modified Files:
        pkgsrc/graphics/inkscape: Makefile

Log Message:
nkscape: remove unused intltool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.259 -r1.260 pkgsrc/graphics/inkscape/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/inkscape/Makefile
diff -u pkgsrc/graphics/inkscape/Makefile:1.259 pkgsrc/graphics/inkscape/Makefile:1.260
--- pkgsrc/graphics/inkscape/Makefile:1.259     Sun Jan 29 21:16:36 2023
+++ pkgsrc/graphics/inkscape/Makefile   Mon Jan 30 17:21:34 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.259 2023/01/29 21:16:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.260 2023/01/30 17:21:34 wiz Exp $
 
 DISTNAME=      inkscape-1.2.1
 PKGREVISION=   6
@@ -32,7 +32,7 @@ LDFLAGS+=             ${COMPILER_RPATH_FLAG}${PREFI
 USE_LANGUAGES=         c c++17
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            intltool msgfmt msgmerge perl pkg-config
+USE_TOOLS+=            msgfmt msgmerge perl pkg-config
 
 REPLACE_PERL+=         man/fix-roff-punct
 REPLACE_PERL+=         share/extensions/*.p[lm]



Home | Main Index | Thread Index | Old Index