diff options
author | ade <ade@FreeBSD.org> | 2000-06-09 05:44:47 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-09 05:44:47 +0800 |
commit | 147c319ba8f128e6bc11ba5b8f661e0a08dbfe41 (patch) | |
tree | 19877ffe37febeb94aca37d9a4ef0105990166af /palm/gnomepilot2 | |
parent | f82c25c43bb7d6a834405f047afe90c46620b6ee (diff) | |
download | freebsd-ports-gnome-147c319ba8f128e6bc11ba5b8f661e0a08dbfe41.tar.gz freebsd-ports-gnome-147c319ba8f128e6bc11ba5b8f661e0a08dbfe41.tar.zst freebsd-ports-gnome-147c319ba8f128e6bc11ba5b8f661e0a08dbfe41.zip |
Add missing dependencies
Submitted by: bento
Diffstat (limited to 'palm/gnomepilot2')
-rw-r--r-- | palm/gnomepilot2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/palm/gnomepilot2/Makefile b/palm/gnomepilot2/Makefile index 4226912cd327..da49259fb55b 100644 --- a/palm/gnomepilot2/Makefile +++ b/palm/gnomepilot2/Makefile @@ -15,7 +15,9 @@ MAINTAINER= ade@FreeBSD.org BUILD_DEPENDS= gob:${PORTSDIR}/x11-toolkits/gob LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \ - capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter + capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \ + panel_applet.4:${PORTSDIR}/x11/gnomecore \ + xml.5:${PORTSDIR}/devel/libxml GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config |