mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Remove explicit dependency already covered by USE_GNOMELIBS.
This commit is contained in:
parent
0615123de6
commit
1634aaeeee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64859
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue