pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gimp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 28 08:46:32 UTC 2018

Modified Files:
        pkgsrc/graphics/gimp: Makefile

Log Message:
gimp: minimum required version of freetype2 is 2.8.1, make it so.

Noted by oster@


To generate a diff of this commit:
cvs rdiff -u -r1.284 -r1.285 pkgsrc/graphics/gimp/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/Makefile
diff -u pkgsrc/graphics/gimp/Makefile:1.284 pkgsrc/graphics/gimp/Makefile:1.285
--- pkgsrc/graphics/gimp/Makefile:1.284 Sun May 27 13:46:45 2018
+++ pkgsrc/graphics/gimp/Makefile       Mon May 28 08:46:32 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.284 2018/05/27 13:46:45 wiz Exp $
+# $NetBSD: Makefile,v 1.285 2018/05/28 08:46:32 wiz Exp $
 
 DISTNAME=      gimp-2.10.2
 CATEGORIES=    graphics
@@ -43,6 +43,8 @@ PLIST_VARS+=          remote
 
 .include "options.mk"
 
+BUILDLINK_API_DEPENDS.freetype2+=      freetype2>=2.8.1
+.include "../../graphics/freetype2/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../databases/shared-mime-info/mimedb.mk"
 .include "../../archivers/xz/buildlink3.mk"



Home | Main Index | Thread Index | Old Index