diff options
author | glewis <glewis@FreeBSD.org> | 2003-06-15 13:55:36 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-06-15 13:55:36 +0800 |
commit | ec6dda5f38de4a1b66582debd19aba91965f30ab (patch) | |
tree | 7ee8a3eb45c13cb586c6fcc62923696d3d6af506 /java/jdk13/Makefile | |
parent | 41f5865da7558f738d555375d1eaa23cda9ec5cd (diff) | |
download | freebsd-ports-gnome-ec6dda5f38de4a1b66582debd19aba91965f30ab.tar.gz freebsd-ports-gnome-ec6dda5f38de4a1b66582debd19aba91965f30ab.tar.zst freebsd-ports-gnome-ec6dda5f38de4a1b66582debd19aba91965f30ab.zip |
. In the cases where we need gtar, its an EXTRACT_DEPENDS, not a
BUILD_DEPENDS.
Diffstat (limited to 'java/jdk13/Makefile')
-rw-r--r-- | java/jdk13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jdk13/Makefile b/java/jdk13/Makefile index aaabdfbc7f48..ae038b9994d5 100644 --- a/java/jdk13/Makefile +++ b/java/jdk13/Makefile @@ -128,8 +128,8 @@ HOTSPOT_BUILD= ../ext/plugin/build/solaris/GNUmakefile \ .endif .if ${OSVERSION} < 460101 || ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500038 ) -BUILD_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar -TAR= gtar # Necessary for proper extraction of sources +EXTRACT_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar +TAR= gtar # Necessary for proper extraction of sources .endif # Check for patchset |