diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-08-11 15:25:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-08-11 15:25:32 +0000 |
commit | b417a4fddb0a4b35da5c2106ff58d0d8f962a3e9 (patch) | |
tree | 9e742a74db2cace536dad52b357e0036f5b46f3d /games/gnomegames2 | |
parent | Use explicit autoheader dependency instead of USE_AUTOCONF because (diff) |
Fix up 'extra' directories
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=31533
Diffstat (limited to 'games/gnomegames2')
-rw-r--r-- | games/gnomegames2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index ee12ea9b4cef..4ff817e59c07 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ guile.9:${PORTSDIR}/lang/guile -RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter +RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeaudio GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |