aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-09-13 12:50:04 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-09-13 12:50:04 +0000
commitd4969c8b2a3b5285990dc70c6e3e7b9098a0f2b8 (patch)
treedcaa11013bf4b5b993320791d7a45df68f7cd03b /net-p2p
parent70aef9747ee54e6d5b627057cf5fea13dfab2f73 (diff)
downloadports-d4969c8b2a3b5285990dc70c6e3e7b9098a0f2b8.tar.gz
ports-d4969c8b2a3b5285990dc70c6e3e7b9098a0f2b8.zip
Canonicalize librsvg dependency
- Use USE_GNOME=librsvg2 where possible - Reduce scope of D18878
Notes
Notes: svn path=/head/; revision=511956
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/mldonkey/Makefile4
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}