diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-26 16:14:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-26 16:14:32 +0000 |
commit | 711549036878b1d3c9c4c7ff7486624550335af1 (patch) | |
tree | bc90d44eb49c19a121d160f0d0810066b4c4e90d /games/gnomegames2/Makefile | |
parent | Update 1.1.24. (diff) |
Add a RUN_DEPENDS on sysutils/gnomecontrolcenter.
This is now REQUIRED by ALL GNOMEish applications that install
anything into ${PREFIX}/etc/CORBA or ${PREFIX}/share/gnome
Reminded by: bento
Notes
Notes:
svn path=/head/; revision=29886
Diffstat (limited to 'games/gnomegames2/Makefile')
-rw-r--r-- | games/gnomegames2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index cd0b21c2b7d1..560e68782204 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ guile.6:${PORTSDIR}/lang/guile +RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |