diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-13 08:51:43 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-13 08:51:43 +0000 |
commit | 6eb5dbc642395094a82da76788309bd969f9fbdb (patch) | |
tree | 2027548ec2b2e4d61f37a2b258019d4c25319c84 /games/gnomememoryblocks | |
parent | e4923ffd5e15b090684224767eaa21fece43c41a (diff) | |
download | ports-6eb5dbc642395094a82da76788309bd969f9fbdb.tar.gz ports-6eb5dbc642395094a82da76788309bd969f9fbdb.zip |
Notes
Diffstat (limited to 'games/gnomememoryblocks')
-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 |