diff options
author | will <will@FreeBSD.org> | 2002-01-07 12:38:10 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-01-07 12:38:10 +0800 |
commit | 20555b09b6147b050e0cc53bead65d3c09be1a19 (patch) | |
tree | a2a68190bb084af5c8549455348a2960c681c3f9 /emulators/bochs | |
parent | 0ddf463afe0c135a15c59825bb3149eb16979be4 (diff) | |
download | freebsd-ports-gnome-20555b09b6147b050e0cc53bead65d3c09be1a19.tar.gz freebsd-ports-gnome-20555b09b6147b050e0cc53bead65d3c09be1a19.tar.zst freebsd-ports-gnome-20555b09b6147b050e0cc53bead65d3c09be1a19.zip |
If XFREE86_VERSION=4, we need mkfontdir from x11/XFree86-4-clients.
Submitted by: bento
Diffstat (limited to 'emulators/bochs')
-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 # |