summaryrefslogtreecommitdiff
path: root/fonts/ttf2pk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/ttf2pk/Makefile')
-rw-r--r--fonts/ttf2pk/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/fonts/ttf2pk/Makefile b/fonts/ttf2pk/Makefile
index dba725d4c12..3c0f02619f5 100644
--- a/fonts/ttf2pk/Makefile
+++ b/fonts/ttf2pk/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.30 2015/04/26 00:30:52 markd Exp $
+# $NetBSD: Makefile,v 1.31 2015/06/14 11:20:01 markd Exp $
-DISTNAME= texlive-20140525-source
+DISTNAME= texlive-20150521-source
PKGNAME= ttf2pk-2.0
+PKGREVISION= 1
CATEGORIES= fonts print
-MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/
+MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/
EXTRACT_SUFX= .tar.xz
MAINTAINER= bernhard@SDG.de
@@ -15,14 +16,13 @@ EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ttf2pk2
CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess
CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub
-CONFIGURE_ARGS+= --with-system-kpathsea \
- --with-kpathsea-includes=${BUILDLINK_PREFIX.kpathsea}/include \
- --with-kpathsea-libdir=${BUILDLINK_PREFIX.kpathsea}/lib
+CONFIGURE_ARGS+= --with-system-kpathsea
CONFIGURE_ARGS+= --with-system-zlib \
--with-zlib-includes=${BUILDLINK_PREFIX.zlib}/include \
--with-zlib-libdir=${BUILDLINK_PREFIX.zlib}/lib
@@ -30,5 +30,6 @@ CONFIGURE_ARGS+= --with-system-freetype2
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1
.include "../../print/kpathsea/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"