diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-11-08 20:29:19 +0800 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-11-08 20:29:19 +0800 |
commit | 8688583b7878d0cbe9fcc181c45a1e6c99045806 (patch) | |
tree | 6fd5f3ae5f1b6ff9beae2d8cacd03bfa23cb47ff /editors | |
parent | 8ddef8319bed61d0bbbfb50574815de2d2c94aff (diff) | |
download | freebsd-ports-gnome-8688583b7878d0cbe9fcc181c45a1e6c99045806.tar.gz freebsd-ports-gnome-8688583b7878d0cbe9fcc181c45a1e6c99045806.tar.zst freebsd-ports-gnome-8688583b7878d0cbe9fcc181c45a1e6c99045806.zip |
Add RUN_DEPEND on x11-fonts/Xg to enable utf8 support
PR: ports/71483
Submitted by: Serge Gagnon
Diffstat (limited to 'editors')
-rw-r--r-- | editors/wily/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile index c8a61c6f0c01..9a1f9592169d 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -7,7 +7,7 @@ PORTNAME= wily PORTVERSION= 0.13.41 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors plan9 MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/src/old/ \ ftp://ftp.cs.su.oz.au/gary/wily/src/old/ @@ -16,7 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A clone of the Plan9 editor `acme' -RUN_DEPENDS= ${LOCALBASE}/bin/rc:${PORTSDIR}/shells/rc +RUN_DEPENDS= ${LOCALBASE}/bin/rc:${PORTSDIR}/shells/rc \ + ${X11BASE}/lib/X11/fonts/unicode.9.font:${PORTSDIR}/x11-fonts/Xg USE_XLIB= YES GNU_CONFIGURE= YES |