aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-09-22 22:36:25 +0800
committereadler <eadler@FreeBSD.org>2012-09-22 22:36:25 +0800
commit76806b4714706ffe598b97ed0722fa837ed7617e (patch)
treef7c6e7c187f968c54021d6c123420a27c1229db1 /java
parentc4b86a2b0cd7908dab69643810e5c31e6058e8c7 (diff)
downloadfreebsd-ports-gnome-76806b4714706ffe598b97ed0722fa837ed7617e.tar.gz
freebsd-ports-gnome-76806b4714706ffe598b97ed0722fa837ed7617e.tar.zst
freebsd-ports-gnome-76806b4714706ffe598b97ed0722fa837ed7617e.zip
Unbreak index on i386 by marking this port as broken without linuxpluginwrapper.
Pointyhat: eadler
Diffstat (limited to 'java')
-rw-r--r--java/jai-imageio/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/java/jai-imageio/Makefile b/java/jai-imageio/Makefile
index ac5e5f74e786..7d6b6302400a 100644
--- a/java/jai-imageio/Makefile
+++ b/java/jai-imageio/Makefile
@@ -36,8 +36,7 @@ IGNORE= you must manually fetch the "Linux Install" distribution (${DISTNAME}${
.endif
.if ${JAVA_PORT_OS} == "native"
-WITH_PLUGINWRAPPER= yes
-RUN_DEPENDS+= ${LOCALBASE}/lib/pluginwrapper/jai.so:${PORTSDIR}/www/linuxpluginwrapper
+BROKEN= relies on linuxpluginwrapper
.endif
.if defined(NOINSTALL_IN_JRE)
@@ -51,14 +50,6 @@ pre-install:
SUB_FILES= pkg-message-jre
SUB_LIST= TARGET_DIR=${TARGET_DIR}
.endif
-.if defined(WITH_PLUGINWRAPPER)
-SUB_FILES= pkg-message-libmap
-.if defined(NOINSTALL_IN_JRE)
-SUB_LIST= LIBDIR=${TARGET_DIR}/lib
-.else
-SUB_LIST= LIBDIR=${JAVA_HOME}/jre/lib/i386
-.endif
-.endif
do-install:
@${ECHO_MSG} -n ">> Creating destination directory..."
@@ -83,7 +74,7 @@ do-install:
@${ECHO_MSG} " [DONE]"
post-install:
-.if defined(NOINSTALL_IN_JRE) || defined(WITH_PLUGINWRAPPER)
+.if defined(NOINSTALL_IN_JRE)
@${CAT} ${PKGMESSAGE}
.endif