aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-03-08 01:36:20 +0800
committerpav <pav@FreeBSD.org>2004-03-08 01:36:20 +0800
commitb02b31b5bccde66b5476ffbd9f35e45107735193 (patch)
tree5afee0b21ea774ede36a6e5ce3f67af53daea45c /devel
parent18a3f243aaab30069eb0f42959f99de80ef770c1 (diff)
downloadfreebsd-ports-gnome-b02b31b5bccde66b5476ffbd9f35e45107735193.tar.gz
freebsd-ports-gnome-b02b31b5bccde66b5476ffbd9f35e45107735193.tar.zst
freebsd-ports-gnome-b02b31b5bccde66b5476ffbd9f35e45107735193.zip
- Add dependency on XFree86-clients
Reported by: bento via kris
Diffstat (limited to 'devel')
-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}"