1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Allow the build to commence by changing the BUILD_DEPENDS on jfc to

PATCH_DEPENDS, since it is required by pre-patch
This commit is contained in:
Kris Kennaway 2003-04-07 22:50:55 +00:00
parent 3eba37906e
commit e694798742
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78556

View File

@ -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 \