diff options
author | edwin <edwin@FreeBSD.org> | 2008-07-05 19:25:11 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-07-05 19:25:11 +0800 |
commit | dfe90d0ed439e05e7e873a930b4f6d3fce1c8415 (patch) | |
tree | e643ab7d280f26b57feaf3904a9bc9adf18efa0d | |
parent | 80a73ca5bfc382a57f1cf318ea58d764fc99bece (diff) | |
download | freebsd-ports-gnome-dfe90d0ed439e05e7e873a930b4f6d3fce1c8415.tar.gz freebsd-ports-gnome-dfe90d0ed439e05e7e873a930b4f6d3fce1c8415.tar.zst freebsd-ports-gnome-dfe90d0ed439e05e7e873a930b4f6d3fce1c8415.zip |
Chase move of x11-fonts/gnu-unifont.
PR: ports/124278
Submitted by: nrg milk <bsdports@gmail.com>
-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 |