diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-13 09:08:08 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-13 09:08:08 +0000 |
commit | 329e7bc1e9d0a673569bd37044127b72710e0127 (patch) | |
tree | ff6b5ef22289739e52916beac7add37dbe42c18a /games/gcompris2 | |
parent | Replace gnomecontrolcenter in RUN_DEPENDS with gnomecore to ensure correct (diff) |
Replace gnomecontrolcenter in RUN_DEPENDS with gnomecore and add gnomeaudio
to ensure correct removal of shared dirs.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=32575
Diffstat (limited to 'games/gcompris2')
-rw-r--r-- | games/gcompris2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile index 354da2b831c4..e40a0d5b2b44 100644 --- a/games/gcompris2/Makefile +++ b/games/gcompris2/Makefile @@ -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 |