aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-05-23 06:27:04 +0800
committermarcus <marcus@FreeBSD.org>2002-05-23 06:27:04 +0800
commit3125954e81b6ad48ef4259a4beaeef0ffbb48c6f (patch)
treea9fa8827b90f292cb25efa5ec348077db28e8bb5
parent34f8ba4aaa28087a6b414091de08c99a151723d8 (diff)
downloadfreebsd-ports-graphics-3125954e81b6ad48ef4259a4beaeef0ffbb48c6f.tar.gz
freebsd-ports-graphics-3125954e81b6ad48ef4259a4beaeef0ffbb48c6f.tar.zst
freebsd-ports-graphics-3125954e81b6ad48ef4259a4beaeef0ffbb48c6f.zip
Add missing dependency on libgnomeui.
Submitted by: bento
-rw-r--r--editors/gedit2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile
index a74d5fc675b..9329640c1c2 100644
--- a/editors/gedit2/Makefile
+++ b/editors/gedit2/Makefile
@@ -14,7 +14,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-LIB_DEPENDS= gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui
+LIB_DEPENDS= gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \
+ gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui
WRKSRC= ${WRKDIR}/gedit-${PORTVERSION}