aboutsummaryrefslogtreecommitdiffstats
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
parentd90d562435a9112310d0c8113ed94522559f1ca5 (diff)
downloadfreebsd-ports-graphics-18cdb904eb7b6f1f006489b30201a431ea2617f1.tar.gz
freebsd-ports-graphics-18cdb904eb7b6f1f006489b30201a431ea2617f1.tar.zst
freebsd-ports-graphics-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.
-rw-r--r--japanese/ptex-euc/Makefile4
-rw-r--r--japanese/ptex-jis/Makefile4
-rw-r--r--japanese/ptex-sjis/Makefile4
-rw-r--r--japanese/ptex/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/japanese/ptex-euc/Makefile b/japanese/ptex-euc/Makefile
index 823010592e9..42a0e38a29d 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
diff --git a/japanese/ptex-jis/Makefile b/japanese/ptex-jis/Makefile
index 35fc2c48acf..5e5f094fec5 100644
--- a/japanese/ptex-jis/Makefile
+++ b/japanese/ptex-jis/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
diff --git a/japanese/ptex-sjis/Makefile b/japanese/ptex-sjis/Makefile
index 73530d3f2af..6b880ea69ec 100644
--- a/japanese/ptex-sjis/Makefile
+++ b/japanese/ptex-sjis/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
diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile
index 823010592e9..42a0e38a29d 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