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.
This commit is contained in:
Masafumi Max NAKANE 2001-06-29 03:44:44 +00:00
parent fc2c738b5d
commit e8e82b10c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44544
4 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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