Thu Sep 8 17:32:49 2016 UTC ()
add freetype2 bl3 to fix build on Linux even if it is only used for testing
PR pkg/50775


(richard)
diff -r1.4 -r1.5 pkgsrc/graphics/graphite2/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/graphics/graphite2/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/graphite2/Makefile 2016/03/24 20:31:02 1.4
+++ pkgsrc/graphics/graphite2/Makefile 2016/09/08 17:32:49 1.5
@@ -1,17 +1,33 @@ @@ -1,17 +1,33 @@
1# $NetBSD: Makefile,v 1.4 2016/03/24 20:31:02 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2016/09/08 17:32:49 richard Exp $
2 2
3DISTNAME= graphite2-1.3.7 3DISTNAME= graphite2-1.3.7
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=silgraphite/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=silgraphite/}
6EXTRACT_SUFX= .tgz 6EXTRACT_SUFX= .tgz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://sourceforge.net/projects/silgraphite/ 9HOMEPAGE= http://sourceforge.net/projects/silgraphite/
10COMMENT= Cross-platform rendering for complex writing systems 10COMMENT= Cross-platform rendering for complex writing systems
11LICENSE= gnu-lgpl-v2 11LICENSE= gnu-lgpl-v2
12 12
13USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
14USE_CMAKE= yes 14USE_CMAKE= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16 16
 17.include "../../mk/bsd.prefs.mk"
 18
 19.if ${OPSYS} == "Linux"
 20# Linux seems to need this to build by default, but apparently it is
 21# only used for test, so for now use 'build' dependency
 22BUILDLINK_DEPMETHOD.freetype2?= build
 23.include "../../graphics/freetype2/buildlink3.mk"
 24.endif
 25
 26# python and py-fonttools seem to be used only during test
 27# uncomment the following to do so
 28#TEST_TARGET= test
 29#PYTHON_FOR_BUILD_ONLY?= tool
 30#.include "../../lang/python/tool.mk"
 31#BUILD_DEPENDS+= ${PYPKGPREFIX}-fonttools-[0-9]*:../../fonts/py-fonttools/
 32
17.include "../../mk/bsd.pkg.mk" 33.include "../../mk/bsd.pkg.mk"