aboutsummaryrefslogtreecommitdiff
path: root/devel/gauche-sdl/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-07 17:36:20 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-07 17:36:20 +0000
commit1a550d2bca8fb2822061be762ab46faee7519753 (patch)
tree739e7bf68d3071376a1e29e8326928bba85c29a3 /devel/gauche-sdl/Makefile
parentce1b553bb1e5488841aa4e67487953f9ca3c50e3 (diff)
downloadports-1a550d2bca8fb2822061be762ab46faee7519753.tar.gz
ports-1a550d2bca8fb2822061be762ab46faee7519753.zip
- Add dependency on XFree86-clients
Reported by: bento via kris
Notes
Notes: svn path=/head/; revision=103214
Diffstat (limited to 'devel/gauche-sdl/Makefile')
-rw-r--r--devel/gauche-sdl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/gauche-sdl/Makefile b/devel/gauche-sdl/Makefile
index d1d391061d58..2a46bbbca124 100644
--- a/devel/gauche-sdl/Makefile
+++ b/devel/gauche-sdl/Makefile
@@ -14,8 +14,10 @@ DISTNAME= ${PORTFAKENAME}-${PORTVERSION}
MAINTAINER= erik@smluc.org
COMMENT= Scheme script interpreter with multibyte character handling
-BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
-RUN_DEPENDS= gosh:${PORTSDIR}/lang/gauche
+BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche \
+ ${X11BASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/XFree86-4-clients
+RUN_DEPENDS= gosh:${PORTSDIR}/lang/gauche \
+ ${X11BASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/XFree86-4-clients
PLIST_SUB= GAUCHE_VERSION="`gauche-config -V`"\
TARGET="${CONFIGURE_TARGET}"