diff options
author | ade <ade@FreeBSD.org> | 2000-06-16 06:36:32 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-16 06:36:32 +0800 |
commit | 0cf495e3e4fede3428f1e436f987ef2bea159200 (patch) | |
tree | cd9c699c9356720f8cccdccb4b767f5a750f0218 /palm/gnome-pilot/Makefile | |
parent | 8d8436e04253c95234e3a0e8bbdfb4bec4127fa6 (diff) | |
download | freebsd-ports-gnome-0cf495e3e4fede3428f1e436f987ef2bea159200.tar.gz freebsd-ports-gnome-0cf495e3e4fede3428f1e436f987ef2bea159200.tar.zst freebsd-ports-gnome-0cf495e3e4fede3428f1e436f987ef2bea159200.zip |
Add devel/libglade dependency
Problem pointed out by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'palm/gnome-pilot/Makefile')
-rw-r--r-- | palm/gnome-pilot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile index ad1ea76916c2..bf1476f2f8ff 100644 --- a/palm/gnome-pilot/Makefile +++ b/palm/gnome-pilot/Makefile @@ -17,7 +17,8 @@ BUILD_DEPENDS= gob:${PORTSDIR}/x11-toolkits/gob LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \ capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \ panel_applet.4:${PORTSDIR}/x11/gnomecore \ - xml.5:${PORTSDIR}/textproc/libxml + xml.5:${PORTSDIR}/textproc/libxml \ + glade.3:${PORTSDIR}/devel/libglade GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config |