diff options
author | mi <mi@FreeBSD.org> | 2003-01-06 05:43:04 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2003-01-06 05:43:04 +0800 |
commit | 19d6359378bf8c2da6bef531287fe06a5d49c40a (patch) | |
tree | 21bede3b1af20dae48f4c12193195075f3f84cc0 /x11-fonts | |
parent | e2968ca293bcab9bff714a508cfaf9fd7d4ba40f (diff) | |
download | freebsd-ports-gnome-19d6359378bf8c2da6bef531287fe06a5d49c40a.tar.gz freebsd-ports-gnome-19d6359378bf8c2da6bef531287fe06a5d49c40a.tar.zst freebsd-ports-gnome-19d6359378bf8c2da6bef531287fe06a5d49c40a.zip |
Find bdftopcf in x11/XFree86-4-clients instead of the (almost) obsolete
x11/XFree86.
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/geminifonts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/geminifonts/Makefile b/x11-fonts/geminifonts/Makefile index 940783a6d052..e3f2936d057c 100644 --- a/x11-fonts/geminifonts/Makefile +++ b/x11-fonts/geminifonts/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= mi@aldan.algebra.com -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86 +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients USE_X_PREFIX= yes NO_WRKSUBDIR= yes |