summaryrefslogtreecommitdiff
path: root/print/ptexenc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/ptexenc/Makefile')
-rw-r--r--print/ptexenc/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/print/ptexenc/Makefile b/print/ptexenc/Makefile
index e55f63e603c..d0786fcd7ea 100644
--- a/print/ptexenc/Makefile
+++ b/print/ptexenc/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2015/04/25 09:36:43 markd Exp $
+# $NetBSD: Makefile,v 1.8 2015/06/14 12:50:00 markd Exp $
-DISTNAME= texlive-20140525-source
-PKGNAME= ptexenc-1.3.2
+DISTNAME= texlive-20150521-source
+PKGNAME= ptexenc-1.3.3
CATEGORIES= print
-MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/
+MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/
EXTRACT_SUFX= .tar.xz
MAINTAINER= minskim@NetBSD.org
@@ -16,13 +16,14 @@ EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ptexenc
CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess
CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub
+PKGCONFIG_OVERRIDE= ptexenc.pc.in
-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"