diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-19 07:13:54 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-19 07:13:54 +0000 |
commit | c507d0603becf5ed7482f14bb4ae1242877f6f28 (patch) | |
tree | 8eca809fd10eedb5e04a2b6dd9f35e8a4b72917f /editors | |
parent | 4c76a0f095a1e2d3b812c77412dfefc67d5efbe4 (diff) | |
download | FreeBSD-ports-c507d0603becf5ed7482f14bb4ae1242877f6f28.zip FreeBSD-ports-c507d0603becf5ed7482f14bb4ae1242877f6f28.tar.gz |
Add a dependency to eel that crept in between 2.0.0 and 2.0.1.
Noticed by: James Satterfield <james@floondoon.com>
Diffstat (limited to 'editors')
-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 15bd604..aee698b 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} |