diff options
author | vs <vs@FreeBSD.org> | 2004-11-08 20:29:19 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-11-08 20:29:19 +0800 |
commit | c02ffc52c7d29a5cfeac501a2485ccd83cde2cc8 (patch) | |
tree | 83700cc0e4528fb4d1952b3f9209aa2783263cb2 /editors/wily | |
parent | 0b87be553953901718c2e3f778a77f1b87050308 (diff) | |
download | freebsd-ports-gnome-c02ffc52c7d29a5cfeac501a2485ccd83cde2cc8.tar.gz freebsd-ports-gnome-c02ffc52c7d29a5cfeac501a2485ccd83cde2cc8.tar.zst freebsd-ports-gnome-c02ffc52c7d29a5cfeac501a2485ccd83cde2cc8.zip |
Add RUN_DEPEND on x11-fonts/Xg to enable utf8 support
PR: ports/71483
Submitted by: Serge Gagnon
Diffstat (limited to 'editors/wily')
-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 |