diff options
author | gerald <gerald@FreeBSD.org> | 2010-01-02 18:15:06 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2010-01-02 18:15:06 +0800 |
commit | 974fe38d3349e7bde81c9c9e258d95002577835a (patch) | |
tree | 9d9a09e7c62f5217b1b2b680d08483938ab08978 | |
parent | fb07fe93cde964d36eb5876f297be69f413f2b16 (diff) | |
download | freebsd-ports-gnome-974fe38d3349e7bde81c9c9e258d95002577835a.tar.gz freebsd-ports-gnome-974fe38d3349e7bde81c9c9e258d95002577835a.tar.zst freebsd-ports-gnome-974fe38d3349e7bde81c9c9e258d95002577835a.zip |
Remove the WITH_JAVA_AWT knob which really has not been used at all
from what I can tell.
-rw-r--r-- | lang/gcc44/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index 4c7824112939..c29add5d4e91 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -35,7 +35,6 @@ USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes USE_PERL5_BUILD=yes -WANT_GNOME= yes MAKE_JOBS_SAFE= yes PATCH_WRKSRC= ${SRCDIR} @@ -118,14 +117,6 @@ MAN1+= aot-compile${SUFFIX}.1 \ INFO+= gcc${SUFFIX}/cp-tools \ gcc${SUFFIX}/gcj PLIST_SUB+= JAVA="" - -.if defined(WITH_JAVA_AWT) -LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo -USE_GNOME= gtk20 libartlgpl2 -CONFIGURE_ARGS+= --enable-java-awt=gtk,xlib \ - --enable-gtk-cairo -.endif - .else CONFIGURE_ARGS+=--disable-libgcj PLIST_SUB+= JAVA="@comment " |