diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-07-05 11:25:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-07-05 11:25:11 +0000 |
commit | ab89c11b4fff901628d8c44c1517768fd4a63520 (patch) | |
tree | bb49d17d8be330232ff27e7c4087ae72a977f7da /sysutils/jfbterm | |
parent | 3c5ea9d29f403a934f7dfe9cc9c56900f84ae1b2 (diff) | |
download | ports-ab89c11b4fff901628d8c44c1517768fd4a63520.tar.gz ports-ab89c11b4fff901628d8c44c1517768fd4a63520.zip |
Notes
Diffstat (limited to 'sysutils/jfbterm')
-rw-r--r-- | sysutils/jfbterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/jfbterm/Makefile b/sysutils/jfbterm/Makefile index d58895b849c8..51e00a7297b9 100644 --- a/sysutils/jfbterm/Makefile +++ b/sysutils/jfbterm/Makefile @@ -6,7 +6,7 @@ PORTNAME= jfbterm PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.ac.auone-net.jp/~baba/jfbterm/ \ http://chirashi-no-ura.net/files/ @@ -16,7 +16,7 @@ MAINTAINER= bsdports@gmail.com COMMENT= Multilanguage can be displayed on the console LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png -RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/unifont.pcf.gz:${PORTSDIR}/sysutils/gnu-unifont +RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/unifont.pcf.gz:${PORTSDIR}/x11-fonts/gnu-unifont USE_ICONV= yes USE_GNOME= pkgconfig |