diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-27 07:22:48 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-27 07:22:48 +0000 |
commit | 2edc1461d3194f3227bc13f651400b7fcdb68b41 (patch) | |
tree | 4d53e80782a813e03d71d34d4153e5e56a0627cd /mail/balsa | |
parent | ad930efe406fb3c9d95dfa2db233f2119ea492a9 (diff) | |
download | FreeBSD-ports-2edc1461d3194f3227bc13f651400b7fcdb68b41.zip FreeBSD-ports-2edc1461d3194f3227bc13f651400b7fcdb68b41.tar.gz |
Add gnomecore and gnomeaudio to RUN_DEPENDS to ensure correct removal of
share/gnome.
Submitted by: bento
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 855dc9b..a7a02ac 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -15,7 +15,9 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ PropList.2:${PORTSDIR}/devel/libPropList -RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter +RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter \ + ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio \ + panel:${PORTSDIR}/x11/gnomecore GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config |