aboutsummaryrefslogtreecommitdiffstats
path: root/x11
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 /x11
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 'x11')
-rw-r--r--x11/emu/Makefile4
1 files changed, 3 insertions, 1 deletions
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>