diff options
author | sf <sf@FreeBSD.org> | 2001-01-14 05:41:41 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-14 05:41:41 +0800 |
commit | ef5893da384cf013d2c5de4ed1039da9b94d7ec0 (patch) | |
tree | fc3fbe9d1a02943210ba3e0c1de4db0d97aaf7c6 /games/nethack32-gtk | |
parent | 392c0d78ba5489c91ee15f6bd109d016e564d075 (diff) | |
download | freebsd-ports-graphics-ef5893da384cf013d2c5de4ed1039da9b94d7ec0.tar.gz freebsd-ports-graphics-ef5893da384cf013d2c5de4ed1039da9b94d7ec0.tar.zst freebsd-ports-graphics-ef5893da384cf013d2c5de4ed1039da9b94d7ec0.zip |
add missing dependencies with XFree86-4.
Diffstat (limited to 'games/nethack32-gtk')
-rw-r--r-- | games/nethack32-gtk/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/games/nethack32-gtk/Makefile b/games/nethack32-gtk/Makefile index 4ace4bbeb73..43ff33c9dd4 100644 --- a/games/nethack32-gtk/Makefile +++ b/games/nethack32-gtk/Makefile @@ -22,6 +22,13 @@ PATCHFILES= nh-3.2.2-3.2.3.diff \ MAINTAINER= sf@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_XPM= yes USE_GTK= yes USE_GMAKE= yes @@ -47,4 +54,4 @@ post-install: ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |