pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gimp-devel



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Nov 30 20:24:04 UTC 2024

Modified Files:
        pkgsrc/graphics/gimp-devel: Makefile

Log Message:
gimp-devel: needs realpath during build


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/graphics/gimp-devel/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/gimp-devel/Makefile
diff -u pkgsrc/graphics/gimp-devel/Makefile:1.50 pkgsrc/graphics/gimp-devel/Makefile:1.51
--- pkgsrc/graphics/gimp-devel/Makefile:1.50    Sun Nov 24 06:59:07 2024
+++ pkgsrc/graphics/gimp-devel/Makefile Sat Nov 30 20:24:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2024/11/24 06:59:07 adam Exp $
+# $NetBSD: Makefile,v 1.51 2024/11/30 20:24:04 wiz Exp $
 
 DISTNAME=      gimp-3.0.0-RC1
 PKGNAME=       ${DISTNAME:S/gimp/gimp-devel/:S/-RC/rc/}
@@ -26,7 +26,7 @@ USE_LANGUAGES+=               c c++
 USE_CXX_FEATURES+=     c++14
 USE_PKGLOCALEDIR=      yes
 
-USE_TOOLS+=            pkg-config perl
+USE_TOOLS+=            pkg-config perl realpath
 USE_TOOLS+=            msgfmt msgmerge xgettext
 USE_TOOLS+=            gdbus-codegen
 



Home | Main Index | Thread Index | Old Index