aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/ptex
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>2001-06-29 11:44:44 +0800
committermax <max@FreeBSD.org>2001-06-29 11:44:44 +0800
commit18cdb904eb7b6f1f006489b30201a431ea2617f1 (patch)
tree8f54bf190ba7e09ef93c9c7757199f9a5becf837 /japanese/ptex
parentd90d562435a9112310d0c8113ed94522559f1ca5 (diff)
downloadfreebsd-ports-gnome-18cdb904eb7b6f1f006489b30201a431ea2617f1.tar.gz
freebsd-ports-gnome-18cdb904eb7b6f1f006489b30201a431ea2617f1.tar.zst
freebsd-ports-gnome-18cdb904eb7b6f1f006489b30201a431ea2617f1.zip
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.
Diffstat (limited to 'japanese/ptex')
-rw-r--r--japanese/ptex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile
index 823010592e90..42a0e38a29df 100644
--- a/japanese/ptex/Makefile
+++ b/japanese/ptex/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