diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-19 07:13:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-19 07:13:54 +0000 |
commit | 532324d2b5c903eed67a6a8d2f6a7c7cf2b3a346 (patch) | |
tree | 978373725dbe59f5ace1bb507792b5370d3b8a92 | |
parent | Upgrade to v5.3 (diff) |
Add a dependency to eel that crept in between 2.0.0 and 2.0.1.
Noticed by: James Satterfield <james@floondoon.com>
Notes
Notes:
svn path=/head/; revision=63225
-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 15bd6042c1cb..aee698b726dd 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -16,7 +16,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ - gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui + gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ + eel-2.2:${PORTSDIR}/x11-toolkits/eel2 WRKSRC= ${WRKDIR}/gedit-${PORTVERSION} |