summaryrefslogtreecommitdiff
path: root/fonts/afm2pl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/afm2pl/Makefile')
-rw-r--r--fonts/afm2pl/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/fonts/afm2pl/Makefile b/fonts/afm2pl/Makefile
index d9a060a7797..29b39194baa 100644
--- a/fonts/afm2pl/Makefile
+++ b/fonts/afm2pl/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2015/05/17 06:16:22 markd Exp $
+# $NetBSD: Makefile,v 1.2 2015/06/14 11:19:58 markd Exp $
-DISTNAME= texlive-20140525-source
+DISTNAME= texlive-20150521-source
PKGNAME= afm2pl-0.7.1
+PKGREVISION= 1
CATEGORIES= fonts
-MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/
+MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -16,14 +17,14 @@ EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/afm2pl
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
+BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1
.include "../../print/kpathsea/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"