diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-23 06:27:04 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-23 06:27:04 +0800 |
commit | 3125954e81b6ad48ef4259a4beaeef0ffbb48c6f (patch) | |
tree | a9fa8827b90f292cb25efa5ec348077db28e8bb5 | |
parent | 34f8ba4aaa28087a6b414091de08c99a151723d8 (diff) | |
download | freebsd-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/Makefile | 3 |
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} |