diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-08 21:40:19 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-08 21:40:19 +0000 |
commit | 363fd2ee844bc5b4a6085a956364f6263029748e (patch) | |
tree | e59fa56ca9ef9474f4e84a6f8d4ec89fad3c5f42 /editors/gedit2 | |
parent | c3f97b64e1caa28a5fa5ad31e8575b3003516981 (diff) | |
download | ports-363fd2ee844bc5b4a6085a956364f6263029748e.tar.gz ports-363fd2ee844bc5b4a6085a956364f6263029748e.zip |
Notes
Diffstat (limited to 'editors/gedit2')
-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 ddc10dd02c80..673ca4513027 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://download.sourceforge.net/gedit/ MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ - gnomeprint.9:${PORTSDIR}/print/gnomeprint + gnomeprint.9:${PORTSDIR}/print/gnomeprint \ + glade.3:${PORTSDIR}/devel/libglade GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |