diff options
author | asami <asami@FreeBSD.org> | 2000-09-12 13:04:00 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-12 13:04:00 +0000 |
commit | 47da741123ef8e21ee636c92c56aeea79f52ccbd (patch) | |
tree | e040907401668bad88013b550a9c94e03adcd7e6 /games/crossfire-server/Makefile | |
parent | 799d0bf099681efbc3cb438ad809c1b2f0175d36 (diff) | |
download | FreeBSD-ports-47da741123ef8e21ee636c92c56aeea79f52ccbd.zip FreeBSD-ports-47da741123ef8e21ee636c92c56aeea79f52ccbd.tar.gz |
Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and
RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.
Submitted by: bento
Diffstat (limited to 'games/crossfire-server/Makefile')
-rw-r--r-- | games/crossfire-server/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index ff3671f..d9b75e7 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/Makefile @@ -29,6 +29,13 @@ USE_XPM= yes PREFIX= ${LOCALBASE} MAN6= crossfire.6 crossedit.6 +.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 + # Do you want to be able to rebuild documentation after installing the game # to produce Postscript documentation with colored icons ?! You have to go # into the workdir and to build everything manually. |