diff options
author | vanilla <vanilla@FreeBSD.org> | 2008-03-31 11:19:40 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2008-03-31 11:19:40 +0800 |
commit | 03c565828ee2738660a091e4f7d13ec2ffebbc6e (patch) | |
tree | f1ac0c4814aab002585c98cf96b5fc29bf234ad9 /sysutils/jfbterm | |
parent | 59796dd9d42456bcca077df25df06bef9ec76f2a (diff) | |
download | freebsd-ports-gnome-03c565828ee2738660a091e4f7d13ec2ffebbc6e.tar.gz freebsd-ports-gnome-03c565828ee2738660a091e4f7d13ec2ffebbc6e.tar.zst freebsd-ports-gnome-03c565828ee2738660a091e4f7d13ec2ffebbc6e.zip |
Fix 'make install' error.
PR: ports/122085
Submitted by: nrg milk <nrgmilk at gmail.com>
Pointy hat by: me
Diffstat (limited to 'sysutils/jfbterm')
-rw-r--r-- | sysutils/jfbterm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/jfbterm/Makefile b/sysutils/jfbterm/Makefile index da9a568e102e..3125f907745e 100644 --- a/sysutils/jfbterm/Makefile +++ b/sysutils/jfbterm/Makefile @@ -15,7 +15,7 @@ MAINTAINER= bsdports@gmail.com COMMENT= Multilanguage can be displayed on the console LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png -RUN_DEPENDS= gnu-unifont:${PORTSDIR}/sysutils/gnu-unifont +RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/unifont.pcf.gz:${PORTSDIR}/sysutils/gnu-unifont ONLY_FOR_ARCHS= i386 USE_ICONV= yes |