diff options
author | archie <archie@FreeBSD.org> | 2002-08-23 13:09:59 +0800 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2002-08-23 13:09:59 +0800 |
commit | 858396d7420f6f80858a8e4662338c055ebbaef7 (patch) | |
tree | de098af6806cbe3ba7df61cf7ebcb8a87033e6c9 /java/sablevm | |
parent | 7fe0ac584f1b709a74cf0f41f3b3691dd0972e41 (diff) | |
download | freebsd-ports-gnome-858396d7420f6f80858a8e4662338c055ebbaef7.tar.gz freebsd-ports-gnome-858396d7420f6f80858a8e4662338c055ebbaef7.tar.zst freebsd-ports-gnome-858396d7420f6f80858a8e4662338c055ebbaef7.zip |
Remove explicit dependency already covered by USE_GNOMELIBS.
Diffstat (limited to 'java/sablevm')
-rw-r--r-- | java/sablevm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sablevm/Makefile b/java/sablevm/Makefile index a6209e8d839b..5731d79e1b4a 100644 --- a/java/sablevm/Makefile +++ b/java/sablevm/Makefile @@ -18,8 +18,7 @@ MAINTAINER= archie@freebsd.org BUILD_DEPENDS= jikes:${PORTSDIR}/java/jikes LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ ffi.2:${PORTSDIR}/devel/libffi \ - gmp.6:${PORTSDIR}/math/libgmp4 \ - gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + gmp.6:${PORTSDIR}/math/libgmp4 PATCH_WRKSRC= ${WRKDIR} PATCH_STRIP= -p1 @@ -47,8 +46,9 @@ pre-fetch: @${ECHO} '***' You do not seem to have the Gnome libraries installed. @${ECHO} '***' Therefore, SableVM will be built without graphics @${ECHO} '***' support. If you would like to install the Gnome - @${ECHO} '***' libraries for include graphics support, hit Control-C + @${ECHO} '***' libraries to include graphics support, hit Control-C @${ECHO} '***' now and type \'make USE_GNOMELIBS=yes\'. + @${ECHO} '***' @${ECHO} '' @sleep 3 .endif |