diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 2001-06-29 03:44:44 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 2001-06-29 03:44:44 +0000 |
commit | e8e82b10c780fc4330f84413196cfb0308f8f9eb (patch) | |
tree | 36a2a20ddc7feaae35a386ff03e01e8d8e13fdfe /japanese/ptex | |
parent | fc2c738b5d680a410c82c4840a39aa9692d27f7e (diff) | |
download | ports-e8e82b10c780fc4330f84413196cfb0308f8f9eb.tar.gz ports-e8e82b10c780fc4330f84413196cfb0308f8f9eb.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.
Notes
Notes:
svn path=/head/; revision=44544
Diffstat (limited to 'japanese/ptex')
-rw-r--r-- | japanese/ptex/Makefile | 4 |
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 |