aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>1999-12-27 06:42:13 +0800
committerjedgar <jedgar@FreeBSD.org>1999-12-27 06:42:13 +0800
commitaa253bfa8c5b85eb921579423705e4a56958b586 (patch)
treed7de7f7c242af8a491539402ecd916baece98964
parentf03b40460b2f827ba5f9b0b08a02f909ffa6dbc1 (diff)
downloadfreebsd-ports-gnome-aa253bfa8c5b85eb921579423705e4a56958b586.tar.gz
freebsd-ports-gnome-aa253bfa8c5b85eb921579423705e4a56958b586.tar.zst
freebsd-ports-gnome-aa253bfa8c5b85eb921579423705e4a56958b586.zip
Correct LIB_DEPENDS deficiency (requires libxmp)
Found by: bento
-rw-r--r--deskutils/yank/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/yank/Makefile b/deskutils/yank/Makefile
index e8b04dddb6b2..999734c5a262 100644
--- a/deskutils/yank/Makefile
+++ b/deskutils/yank/Makefile
@@ -12,7 +12,8 @@ MASTER_SITES= http://home.ins.de/~m.hussmann/software/yank/
MAINTAINER= jedgar@FreeBSD.org
-LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs
+LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \
+ xml.5:${PORTSDIR}/textproc/libxml
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config