diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11-fonts/intlfonts | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Notes
Diffstat (limited to 'x11-fonts/intlfonts')
-rw-r--r-- | x11-fonts/intlfonts/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-fonts/intlfonts/Makefile b/x11-fonts/intlfonts/Makefile index 78e75f69afd7..2ff01444dac4 100644 --- a/x11-fonts/intlfonts/Makefile +++ b/x11-fonts/intlfonts/Makefile @@ -10,10 +10,10 @@ MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= Free X11 fonts for all characters that Emacs can handle -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ - mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ - mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale -RUN_DEPENDS= type1inst:${PORTSDIR}/x11-fonts/p5-type1inst +BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \ + mkfontdir:x11-fonts/mkfontdir \ + mkfontscale:x11-fonts/mkfontscale +RUN_DEPENDS= type1inst:x11-fonts/p5-type1inst OPTIONS_DEFINE= DOCS |