diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-21 15:45:29 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-21 15:45:29 +0800 |
commit | 6e49999627c11c5a504c31a5fb2520c41e4c8f82 (patch) | |
tree | 12425c5f3ed5d5fc53dce4a7c7649cd7a4eff36c /textproc/xt/Makefile | |
parent | 035feef2a1089d18f07606b1d805c6c13456faec (diff) | |
download | freebsd-ports-gnome-6e49999627c11c5a504c31a5fb2520c41e4c8f82.tar.gz freebsd-ports-gnome-6e49999627c11c5a504c31a5fb2520c41e4c8f82.tar.zst freebsd-ports-gnome-6e49999627c11c5a504c31a5fb2520c41e4c8f82.zip |
PREFIX -> LOCALBASE
Diffstat (limited to 'textproc/xt/Makefile')
-rw-r--r-- | textproc/xt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xt/Makefile b/textproc/xt/Makefile index dc04db4a9f34..eb2b7d5c9c6a 100644 --- a/textproc/xt/Makefile +++ b/textproc/xt/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.jclark.com/pub/xml/ MAINTAINER= kuriyama@FreeBSD.org -RUN_DEPENDS= ${PREFIX}/${JAVASUBDIR}/bin/java:${PORTSDIR}/java/jdk +RUN_DEPENDS= ${LOCALBASE}/${JAVASUBDIR}/bin/java:${PORTSDIR}/java/jdk USE_ZIP= YES NO_WRKSUBDIR= YES |