aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-04-08 06:50:55 +0800
committerkris <kris@FreeBSD.org>2003-04-08 06:50:55 +0800
commit0ea54be9fd2bfbba6306542f7e83ce5de0a92980 (patch)
treeb4365b46c731aa4cf5ec7b8dee3d8112ce1e8c0e
parent627f56240780f71811a1f682e3e488c148744007 (diff)
downloadfreebsd-ports-gnome-0ea54be9fd2bfbba6306542f7e83ce5de0a92980.tar.gz
freebsd-ports-gnome-0ea54be9fd2bfbba6306542f7e83ce5de0a92980.tar.zst
freebsd-ports-gnome-0ea54be9fd2bfbba6306542f7e83ce5de0a92980.zip
Allow the build to commence by changing the BUILD_DEPENDS on jfc to
PATCH_DEPENDS, since it is required by pre-patch
-rw-r--r--java/jdk12/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jdk12/Makefile b/java/jdk12/Makefile
index 4aac03dd1401..a11dc38e3d5a 100644
--- a/java/jdk12/Makefile
+++ b/java/jdk12/Makefile
@@ -20,11 +20,11 @@ COMMENT= Java Development Kit 1.2
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
zip:${PORTSDIR}/archivers/zip \
${JDK11DIR}/bin/javac:${PORTSDIR}/java/jdk11 \
- ${X11BASE}/lib/libXm.so:${PORTSDIR}/x11-toolkits/open-motif \
- ${NONEXISTENT}:${PORTSDIR}/java/jfc:extract
+ ${X11BASE}/lib/libXm.so:${PORTSDIR}/x11-toolkits/open-motif
.if !defined(NATIVE_BOOTSTRAP)
BUILD_DEPENDS+= ${JDK12DIR}/bin/javac:${PORTSDIR}/java/linux-sun-jdk12
.endif
+PATCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/java/jfc:extract
LIB_DEPENDS= odbc.1:${PORTSDIR}/databases/unixODBC
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \
${X11BASE}/lib/libXm.so:${PORTSDIR}/x11-toolkits/open-motif \