aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2002-01-07 22:08:24 +0800
committersf <sf@FreeBSD.org>2002-01-07 22:08:24 +0800
commitfcc09e4f0bb50496e79d7dd044ccf20d05778e73 (patch)
treee8c100d8d69379c0452e7352a1e43ee4098c83b5 /emulators
parent5b363e19a40bc8a6ca0438d18b2630a502aa1037 (diff)
downloadfreebsd-ports-gnome-fcc09e4f0bb50496e79d7dd044ccf20d05778e73.tar.gz
freebsd-ports-gnome-fcc09e4f0bb50496e79d7dd044ccf20d05778e73.tar.zst
freebsd-ports-gnome-fcc09e4f0bb50496e79d7dd044ccf20d05778e73.zip
include pre.mk for XFREE86_VERSION usage.
Noticed by: Dan Langille <dan@langille.org>
Diffstat (limited to 'emulators')
-rw-r--r--emulators/bochs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile
index b7e72790a94b..e67b472f5ce7 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -17,6 +17,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
+.include <bsd.port.pre.mk>
+
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS+= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
RUN_DEPENDS+= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
@@ -197,4 +199,4 @@ display-message:
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>