diff options
author | mat <mat@FreeBSD.org> | 2017-01-14 00:54:55 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-01-14 00:54:55 +0800 |
commit | 7213ad9c4b6b590c338dd41e8ecbd08674020987 (patch) | |
tree | 545ac8faaf58a17f5075028cc7de936c43e387a2 /japanese/vftool | |
parent | 280c6e4b964d25005485b5668428262f0a8f4ab4 (diff) | |
download | freebsd-ports-gnome-7213ad9c4b6b590c338dd41e8ecbd08674020987.tar.gz freebsd-ports-gnome-7213ad9c4b6b590c338dd41e8ecbd08674020987.tar.zst freebsd-ports-gnome-7213ad9c4b6b590c338dd41e8ecbd08674020987.zip |
Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'japanese/vftool')
-rw-r--r-- | japanese/vftool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/vftool/Makefile b/japanese/vftool/Makefile index 8bae46044485..a0769d017e5d 100644 --- a/japanese/vftool/Makefile +++ b/japanese/vftool/Makefile @@ -15,7 +15,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Virtual font kit (n2a,a2n,a2bk,p2pn) -BUILD_DEPENDS= ${AFMDIR}/GothicBBB-Medium-H:japanese/japaneseAFM +BUILD_DEPENDS= ${LOCALBASE}/share/fonts/afm/GothicBBB-Medium-H:japanese/japaneseAFM ALL_TARGET= n2a a2n a2bk p2pn SCRIPTS_ENV= MV=${MV} SED=${SED} AFMDIR=${AFMDIR} JFMDIR=${JFMDIR} |