1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Replace gnomecontrolcenter in RUN_DEPENDS with gnomecore and add gnomeaudio

to ensure correct removal of shared dirs.

Submitted by:	bento
This commit is contained in:
Maxim Sobolev 2000-09-13 09:08:08 +00:00
parent 3626ce1e8c
commit 329e7bc1e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32575
2 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,8 @@ MAINTAINER= sobomax@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio
USE_X_PREFIX= yes
USE_GMAKE= yes

View File

@ -16,7 +16,8 @@ MAINTAINER= sobomax@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio
USE_X_PREFIX= yes
USE_GMAKE= yes