diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2003-03-25 14:20:19 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2003-03-25 14:20:19 +0000 |
commit | e358d694fce45f8512ce695f6bbb8ec61bb501c6 (patch) | |
tree | d2ba937108bb7b719d647d0f98bb1d8883a4e585 | |
parent | bfad744ad0f6e9c6aba68504566e00edd0d1f20a (diff) | |
download | ports-e358d694fce45f8512ce695f6bbb8ec61bb501c6.tar.gz ports-e358d694fce45f8512ce695f6bbb8ec61bb501c6.zip |
Set proper dependency.
PR: ports/49024
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes:
svn path=/head/; revision=77458
-rw-r--r-- | x11-fonts/bitmap-fonts/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-fonts/bitmap-fonts/Makefile b/x11-fonts/bitmap-fonts/Makefile index 13d5b81c10dd..dd8bdc79f439 100644 --- a/x11-fonts/bitmap-fonts/Makefile +++ b/x11-fonts/bitmap-fonts/Makefile @@ -31,8 +31,10 @@ PLIST_SUB= FONTSDIR=${FONTSDIR} .include <bsd.port.pre.mk> -.if ${XFREE86_VERSION} == 4 -RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +.if ${XFREE86_VERSION} == 3 +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86 +.elif ${XFREE86_VERSION} == 4 +RUN_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients .endif do-build: |