diff options
author | thierry <thierry@FreeBSD.org> | 2007-01-19 04:17:38 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-01-19 04:17:38 +0800 |
commit | d09b764f6d08de8e8725534cf863077b172c5fc8 (patch) | |
tree | 457340d9748249a4b86209dc2d2bfef186eb4125 | |
parent | e486d7ff56a42d6f4ed57686b01985e34f0d25e7 (diff) | |
download | freebsd-ports-gnome-d09b764f6d08de8e8725534cf863077b172c5fc8.tar.gz freebsd-ports-gnome-d09b764f6d08de8e8725534cf863077b172c5fc8.tar.zst freebsd-ports-gnome-d09b764f6d08de8e8725534cf863077b172c5fc8.zip |
Mark ONLY_FOR_ARCHS=i386: JDIC needs com.sun.jnlp, which is part of the
web plug-in (javaws.jar) and which is not installed on !i386.
Reported by: pointyhat via Kris
Credits to: hq for the explanation
-rw-r--r-- | x11-toolkits/jdic/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/jdic/Makefile b/x11-toolkits/jdic/Makefile index f0941552d969..af918740ab01 100644 --- a/x11-toolkits/jdic/Makefile +++ b/x11-toolkits/jdic/Makefile @@ -19,6 +19,9 @@ BUILD_DEPENDS= gmake:${PORTSDIR}/devel/gmake LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt # nspr4.1:${PORTSDIR}/devel/nspr +ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS_REASON= the required com.sun.jnlp is part of jawaws.jar, only installed on i386 + USE_ZIP= yes USE_ANT= yes USE_GNOME= pkgconfig # libgnome |