diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2003-01-05 21:43:04 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2003-01-05 21:43:04 +0000 |
commit | 9a9a793b56805c75a48f405c3fdb8f05f748c013 (patch) | |
tree | 515be5e1ce443c844d3b6e5bd92fd2b585971fe3 /x11-fonts | |
parent | 1d5cf2173fda63a070cc5671859c387f78efb941 (diff) | |
download | ports-9a9a793b56805c75a48f405c3fdb8f05f748c013.tar.gz ports-9a9a793b56805c75a48f405c3fdb8f05f748c013.zip |
Find bdftopcf in x11/XFree86-4-clients instead of the (almost) obsolete
x11/XFree86.
Notes
Notes:
svn path=/head/; revision=72607
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 |