diff options
author | ade <ade@FreeBSD.org> | 2000-06-09 05:40:19 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-09 05:40:19 +0800 |
commit | 789924b3806e2199cce9d751837da0b7fcce32b3 (patch) | |
tree | 8e9b7954559a00be13be624d730ad43566858947 | |
parent | 6f18ca1728f440d701ea68ee411b54621bf1b5de (diff) | |
download | freebsd-ports-gnome-789924b3806e2199cce9d751837da0b7fcce32b3.tar.gz freebsd-ports-gnome-789924b3806e2199cce9d751837da0b7fcce32b3.tar.zst freebsd-ports-gnome-789924b3806e2199cce9d751837da0b7fcce32b3.zip |
Add devel/libglade dependency
Submitted by: bento
-rw-r--r-- | editors/gedit/Makefile | 3 | ||||
-rw-r--r-- | editors/gedit2/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index ddc10dd02c80..673ca4513027 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/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 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 |