summaryrefslogtreecommitdiff
path: root/x11/emu
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 /x11/emu
parentAdd tex to BUILD_DEPENDS to it packages correctly on bento. (diff)
include pre.mk for XFREE86_VERSION usage.
Noticed by: Dan Langille <dan@langille.org>
Notes
Notes: svn path=/head/; revision=52714
Diffstat (limited to 'x11/emu')
-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>