diff options
Diffstat (limited to 'emulators/pcemu/Makefile')
| -rw-r--r-- | emulators/pcemu/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index 073c7e662bd9..1a742b3374b9 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -24,7 +24,14 @@ DISTNAME= pcemu1.01alpha MAINTAINER= joerg@FreeBSD.org +.include <bsd.port.pre.mk> + +.if ${XFREE86_VERSION} == 4 +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients +RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +.endif + USE_XLIB= yes MAKE_ENV= FILESDIR=${FILESDIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |
