diff options
Diffstat (limited to 'games/crossfire-client/Makefile')
-rw-r--r-- | games/crossfire-client/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index ff3671f..d9b75e7 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/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. |