diff options
author | hrs <hrs@FreeBSD.org> | 2005-01-16 03:26:21 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-01-16 03:26:21 +0800 |
commit | 6427f2784f58250eeb2508b2bbea10ad140454e7 (patch) | |
tree | 146c2ef08fd3301b470aafe7b3fa07cb493a76df /x11-fonts | |
parent | 35585f37a62fc34217cf8f00debb6124bf1a737a (diff) | |
download | freebsd-ports-gnome-6427f2784f58250eeb2508b2bbea10ad140454e7.tar.gz freebsd-ports-gnome-6427f2784f58250eeb2508b2bbea10ad140454e7.tar.zst freebsd-ports-gnome-6427f2784f58250eeb2508b2bbea10ad140454e7.zip |
Fix dependency.
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/intlfonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/intlfonts/Makefile b/x11-fonts/intlfonts/Makefile index 8972b8f46e82..c7a6dc9d7bbc 100644 --- a/x11-fonts/intlfonts/Makefile +++ b/x11-fonts/intlfonts/Makefile @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= intlfonts MAINTAINER= ports@FreeBSD.org COMMENT= Free X11 fonts for all characters that Emacs can handle -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86 -RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86 \ +BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT} +RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT} \ type1inst:${PORTSDIR}/x11-fonts/p5-type1inst USE_X_PREFIX= yes |