diff options
author | ade <ade@FreeBSD.org> | 2000-06-11 00:12:55 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-11 00:12:55 +0800 |
commit | 96477dbba736acfa498d2ac3ed3c8c22b27ac56b (patch) | |
tree | 4c959160660d5eeb29d1845cb294964132cca2cd /palm/gnomepilot2 | |
parent | 3aed1309bfdedd0ef3ed734c3d7879355646c94c (diff) | |
download | freebsd-ports-gnome-96477dbba736acfa498d2ac3ed3c8c22b27ac56b.tar.gz freebsd-ports-gnome-96477dbba736acfa498d2ac3ed3c8c22b27ac56b.tar.zst freebsd-ports-gnome-96477dbba736acfa498d2ac3ed3c8c22b27ac56b.zip |
Bleurgh. textproc/libxml.. Not devel/libxml.. No cookie.
Submitted by: knu
Diffstat (limited to 'palm/gnomepilot2')
-rw-r--r-- | palm/gnomepilot2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/gnomepilot2/Makefile b/palm/gnomepilot2/Makefile index da49259fb55b..ad1ea76916c2 100644 --- a/palm/gnomepilot2/Makefile +++ b/palm/gnomepilot2/Makefile @@ -17,7 +17,7 @@ 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}/devel/libxml + xml.5:${PORTSDIR}/textproc/libxml GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config |