diff options
author | ade <ade@FreeBSD.org> | 2000-06-08 21:40:55 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-08 21:40:55 +0000 |
commit | f82c25c43bb7d6a834405f047afe90c46620b6ee (patch) | |
tree | 26e2d3d367b168436f1c93508554f016a69ee82c /games/gnomegames | |
parent | 789924b3806e2199cce9d751837da0b7fcce32b3 (diff) | |
download | FreeBSD-ports-f82c25c43bb7d6a834405f047afe90c46620b6ee.zip FreeBSD-ports-f82c25c43bb7d6a834405f047afe90c46620b6ee.tar.gz |
Add lang/guile dependency
Submitted by: bento
Diffstat (limited to 'games/gnomegames')
-rw-r--r-- | games/gnomegames/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnomegames/Makefile b/games/gnomegames/Makefile index 73d2d6c..75349d4 100644 --- a/games/gnomegames/Makefile +++ b/games/gnomegames/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 |