diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-13 16:51:43 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-13 16:51:43 +0800 |
commit | 7ae7bbd69f446f9618e5bcaf89fce932881a7847 (patch) | |
tree | 01799f11a90a8ebb11d048f22a0cebff319905ab /games | |
parent | 28190bec886ace220b7a667cc5bdf7b6a0b732f5 (diff) | |
download | freebsd-ports-gnome-7ae7bbd69f446f9618e5bcaf89fce932881a7847.tar.gz freebsd-ports-gnome-7ae7bbd69f446f9618e5bcaf89fce932881a7847.tar.zst freebsd-ports-gnome-7ae7bbd69f446f9618e5bcaf89fce932881a7847.zip |
Replace gnomecontrolcenter in RUN_DEPENDS with gnomecore and add gnomeaudio to
ensure correct removal of shared dirs.
Submitted by: bento
Diffstat (limited to 'games')
-rw-r--r-- | games/gnomememoryblocks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnomememoryblocks/Makefile b/games/gnomememoryblocks/Makefile index 4c6db811db09..f7e8ba9bdbe0 100644 --- a/games/gnomememoryblocks/Makefile +++ b/games/gnomememoryblocks/Makefile @@ -16,7 +16,8 @@ MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf -RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ + ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |