diff options
-rw-r--r-- | devel/gauche-sdl/Makefile | 6 |
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}" |