diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-15 22:36:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-15 22:36:32 +0000 |
commit | 09ce42503ef87a59356a2c2be351051d8adf08eb (patch) | |
tree | ead4691fd95589816c7f368f686c04203fafe6b6 /palm/gnomepilot2 | |
parent | f15c809077eee975024783bae4dc3833eac4d1b8 (diff) | |
download | ports-09ce42503ef87a59356a2c2be351051d8adf08eb.tar.gz ports-09ce42503ef87a59356a2c2be351051d8adf08eb.zip |
Add devel/libglade dependency
Problem pointed out by: Roman Shterenzon <roman@xpert.com>
Notes
Notes:
svn path=/head/; revision=29623
Diffstat (limited to 'palm/gnomepilot2')
-rw-r--r-- | palm/gnomepilot2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/palm/gnomepilot2/Makefile b/palm/gnomepilot2/Makefile index ad1ea76916c2..bf1476f2f8ff 100644 --- a/palm/gnomepilot2/Makefile +++ b/palm/gnomepilot2/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 |