diff options
author | ade <ade@FreeBSD.org> | 2000-06-09 05:40:55 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-09 05:40:55 +0800 |
commit | f82c25c43bb7d6a834405f047afe90c46620b6ee (patch) | |
tree | 26e2d3d367b168436f1c93508554f016a69ee82c /games/gnome-games | |
parent | 789924b3806e2199cce9d751837da0b7fcce32b3 (diff) | |
download | freebsd-ports-gnome-f82c25c43bb7d6a834405f047afe90c46620b6ee.tar.gz freebsd-ports-gnome-f82c25c43bb7d6a834405f047afe90c46620b6ee.tar.zst freebsd-ports-gnome-f82c25c43bb7d6a834405f047afe90c46620b6ee.zip |
Add lang/guile dependency
Submitted by: bento
Diffstat (limited to 'games/gnome-games')
-rw-r--r-- | games/gnome-games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 73d2d6cb6711..75349d4f56cb 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -14,7 +14,8 @@ DISTNAME= gnome-games-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore +LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ + guile.6:${PORTSDIR}/lang/guile GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |