aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-07 14:08:24 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-07 14:08:24 +0000
commitbfe0973b6cf9ccb4a75b89f6ab67f31b36fcfd52 (patch)
tree4cf73e5d7388b848cd00ebe54a4d7547c50f9b8f
parent604cb5f72ed93ec5a94b40f9b7c640b27a0ee33a (diff)
downloadports-bfe0973b6cf9ccb4a75b89f6ab67f31b36fcfd52.tar.gz
ports-bfe0973b6cf9ccb4a75b89f6ab67f31b36fcfd52.zip
include pre.mk for XFREE86_VERSION usage.
Noticed by: Dan Langille <dan@langille.org>
Notes
Notes: svn path=/head/; revision=52714
-rw-r--r--emulators/bochs/Makefile4
-rw-r--r--french/xtel/Makefile4
-rw-r--r--x11/emu/Makefile4
3 files changed, 8 insertions, 4 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>
diff --git a/french/xtel/Makefile b/french/xtel/Makefile
index c5ad50e527d8..ae9f14707893 100644
--- a/french/xtel/Makefile
+++ b/french/xtel/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://pficheux.free.fr/xtel/download/
MAINTAINER= thierry@thomas.as
+.include <bsd.port.pre.mk>
+
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS+= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
@@ -26,8 +28,6 @@ RUN_DEPENDS+= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
USE_IMAKE= yes
USE_XPM= yes
-.include <bsd.port.pre.mk>
-
MAN1= xtel.1 xteld.1
.if defined(LANG)
diff --git a/x11/emu/Makefile b/x11/emu/Makefile
index 98bc722efae3..dab584c2486a 100644
--- a/x11/emu/Makefile
+++ b/x11/emu/Makefile
@@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= applications
MAINTAINER= me@FreeBSD.org
+.include <bsd.port.pre.mk>
+
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS+= xrdb:${PORTSDIR}/x11/XFree86-4-clients
RUN_DEPENDS+= xrdb:${PORTSDIR}/x11/XFree86-4-clients
@@ -30,4 +32,4 @@ MAN1= emu.1
pre-configure:
cd ${WRKSRC}/client ; ${LN} -s ../doc/emu.man .
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>