summaryrefslogtreecommitdiff
path: root/japanese/ptex-euc
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>2001-06-29 03:44:44 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>2001-06-29 03:44:44 +0000
commite8e82b10c780fc4330f84413196cfb0308f8f9eb (patch)
tree36a2a20ddc7feaae35a386ff03e01e8d8e13fdfe /japanese/ptex-euc
parentMake 'make search key="something with spaces"' etc. work. (diff)
Use ${PREFIX} instead of ${LOCALBASE} to specify the dependencies.
It just doesn't make sense to use ${LOCALBASE}, as if ${PREFIX} is altered to other than ${LOCALBASE}, ptex-common (the dependency) is likely to be installed in the same alternate location.
Notes
Notes: svn path=/head/; revision=44544
Diffstat (limited to 'japanese/ptex-euc')
-rw-r--r--japanese/ptex-euc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ptex-euc/Makefile b/japanese/ptex-euc/Makefile
index 823010592e90..42a0e38a29df 100644
--- a/japanese/ptex-euc/Makefile
+++ b/japanese/ptex-euc/Makefile
@@ -19,8 +19,8 @@ MAINTAINER= max@FreeBSD.org
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= ptex2.1.10-11.patch
-BUILD_DEPENDS= ${LOCALBASE}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common
-RUN_DEPENDS= ${LOCALBASE}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common
+BUILD_DEPENDS= ${PREFIX}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common
+RUN_DEPENDS= ${PREFIX}/share/texmf/ptex/plain/base/ptex.tex:${PORTSDIR}/japanese/ptex-common
MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-*
USE_GMAKE= yes