diff options
author | znerd <znerd@FreeBSD.org> | 2002-04-17 02:21:27 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-04-17 02:21:27 +0800 |
commit | d0c25e27c4ee9d7d4a5fee4572fd9fb5327fceab (patch) | |
tree | e2716f3d446d93d07c9c0823733c5f3397bb305f /textproc | |
parent | 52e0881ab0c3df4d53da117bc5021181a8977ae0 (diff) | |
download | freebsd-ports-gnome-d0c25e27c4ee9d7d4a5fee4572fd9fb5327fceab.tar.gz freebsd-ports-gnome-d0c25e27c4ee9d7d4a5fee4572fd9fb5327fceab.tar.zst freebsd-ports-gnome-d0c25e27c4ee9d7d4a5fee4572fd9fb5327fceab.zip |
Moved NO_BUILD_DEPENDS_JAVA down to stop portlint
complaining about wrong location of settings.
PORTREVISION not bumped. This does not affect the
port installation.
Approved by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/saxon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/saxon/Makefile b/textproc/saxon/Makefile index 37022e80ffe2..97340ffa8fda 100644 --- a/textproc/saxon/Makefile +++ b/textproc/saxon/Makefile @@ -16,11 +16,11 @@ MAINTAINER= fuyuki@mj.0038.net USE_ZIP= yes USE_JAVA= 1.1+ -NO_BUILD_DEPENDS_JAVA= yes NO_WRKSUBDIR= yes NO_BUILD= yes JAVALIBDIR= ${PREFIX}/share/java/classes +NO_BUILD_DEPENDS_JAVA= yes do-install: ${MKDIR} ${JAVALIBDIR} |