diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-27 15:22:48 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-27 15:22:48 +0800 |
commit | 2edc1461d3194f3227bc13f651400b7fcdb68b41 (patch) | |
tree | 4d53e80782a813e03d71d34d4153e5e56a0627cd /mail | |
parent | ad930efe406fb3c9d95dfa2db233f2119ea492a9 (diff) | |
download | freebsd-ports-gnome-2edc1461d3194f3227bc13f651400b7fcdb68b41.tar.gz freebsd-ports-gnome-2edc1461d3194f3227bc13f651400b7fcdb68b41.tar.zst freebsd-ports-gnome-2edc1461d3194f3227bc13f651400b7fcdb68b41.zip |
Add gnomecore and gnomeaudio to RUN_DEPENDS to ensure correct removal of
share/gnome.
Submitted by: bento
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa/Makefile | 4 | ||||
-rw-r--r-- | mail/balsa2/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 855dc9b1865f..a7a02ac3f1f9 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 diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 855dc9b1865f..a7a02ac3f1f9 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/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 |