diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-07 04:38:10 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-07 04:38:10 +0000 |
commit | 96570b8ae44d97f34009064d295fe5cfc15fb03e (patch) | |
tree | 9722e21bf8dbf583bcd74ca860155e82c03a12ef /emulators | |
parent | distfiles rerolled, nothing changed (diff) |
If XFREE86_VERSION=4, we need mkfontdir from x11/XFree86-4-clients.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=52686
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bochs/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 8e3da84e3520..8e1c303b968e 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -8,6 +8,7 @@ PORTNAME= bochs PORTVERSION= 1.2.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ @@ -16,6 +17,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= clefevre@citeweb.net +.if ${XFREE86_VERSION} == 4 +BUILD_DEPENDS+= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +RUN_DEPENDS+= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +.endif + # Global variables # |