diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-13 12:50:04 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-13 12:50:04 +0000 |
commit | d4969c8b2a3b5285990dc70c6e3e7b9098a0f2b8 (patch) | |
tree | dcaa11013bf4b5b993320791d7a45df68f7cd03b /net-p2p/mldonkey | |
parent | 70aef9747ee54e6d5b627057cf5fea13dfab2f73 (diff) |
Notes
Diffstat (limited to 'net-p2p/mldonkey')
-rw-r--r-- | net-p2p/mldonkey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index 2832644f41cb..9a4542d789a4 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -68,11 +68,11 @@ PLIST_SUB+= CORE="@comment " GUI="" GUICORE="@comment " .if ${PORT_OPTIONS:MGUI} BUILD_DEPENDS+= ${LOCALBASE}/lib/ocaml/site-lib/lablgtk2/lablrsvg.cma:x11-toolkits/ocaml-lablgtk2 -LIB_DEPENDS+= librsvg-2.so:graphics/librsvg2 CONFIGURE_ARGS+=--enable-gui=newgui2 # we don't need lablgtk as RUN dependency, but we need gtk+glib -USE_GNOME= gtk20 +USES+= gnome +USE_GNOME= gtk20 librsvg2 .endif # ${PORT_OPTIONS:MGUI} .if ${PORT_OPTIONS:MCORE} |