diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-07 14:08:24 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-07 14:08:24 +0000 |
commit | bfe0973b6cf9ccb4a75b89f6ab67f31b36fcfd52 (patch) | |
tree | 4cf73e5d7388b848cd00ebe54a4d7547c50f9b8f /x11 | |
parent | 604cb5f72ed93ec5a94b40f9b7c640b27a0ee33a (diff) | |
download | ports-bfe0973b6cf9ccb4a75b89f6ab67f31b36fcfd52.tar.gz ports-bfe0973b6cf9ccb4a75b89f6ab67f31b36fcfd52.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/emu/Makefile | 4 |
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> |