- Add dependency on XFree86-clients
Reported by: bento via kris
This commit is contained in:
parent
ce1b553bb1
commit
1a550d2bca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103214
1 changed files with 4 additions and 2 deletions
|
@ -14,8 +14,10 @@ DISTNAME= ${PORTFAKENAME}-${PORTVERSION}
|
||||||
MAINTAINER= erik@smluc.org
|
MAINTAINER= erik@smluc.org
|
||||||
COMMENT= Scheme script interpreter with multibyte character handling
|
COMMENT= Scheme script interpreter with multibyte character handling
|
||||||
|
|
||||||
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
|
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche \
|
||||||
RUN_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`"\
|
PLIST_SUB= GAUCHE_VERSION="`gauche-config -V`"\
|
||||||
TARGET="${CONFIGURE_TARGET}"
|
TARGET="${CONFIGURE_TARGET}"
|
||||||
|
|
Loading…
Reference in a new issue