summaryrefslogtreecommitdiff
path: root/print/xdvik
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-11-25 12:53:09 +0000
committerjperkin <jperkin>2015-11-25 12:53:09 +0000
commitc7f8bfdf7d100fd6dbfb5520c506545b1af11927 (patch)
tree2eba9599a6d72dd037a53260b72d4dffa69d161f /print/xdvik
parent4b89c74851c3c420ccc3b472a9e3485ace63b01c (diff)
downloadpkgsrc-c7f8bfdf7d100fd6dbfb5520c506545b1af11927.tar.gz
Remove mk/find-prefix.mk usage from the print category.
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
Diffstat (limited to 'print/xdvik')
-rw-r--r--print/xdvik/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/print/xdvik/Makefile b/print/xdvik/Makefile
index 7db77b74466..acd307c4df0 100644
--- a/print/xdvik/Makefile
+++ b/print/xdvik/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2015/10/14 20:17:27 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2015/11/25 12:53:09 jperkin Exp $
DISTNAME= texlive-20150521-source
PKGNAME= xdvik-22.87
@@ -32,9 +32,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/texk/xdvik
CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess
CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub
-FIND_PREFIX:= TEX_XDVI_PREFIX=tex-xdvi
-.include "../../mk/find-prefix.mk"
-
CONFIGURE_ARGS+= --with-system-freetype2
CONFIGURE_ARGS+= --with-system-kpathsea
CONFIGURE_ARGS+= --with-system-zlib \