diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-07-23 20:27:07 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-07-23 20:27:07 +0000 |
commit | ea2c2e194688722f5239af1cd7aab0d0d9b99ebb (patch) | |
tree | 05f8b7eec793544631ba6042a448e14ed3eb8e6b /japanese/nethack32 | |
parent | c935a43fafaa24333465fe59467d17e67c3bbdf4 (diff) |
Notes
Diffstat (limited to 'japanese/nethack32')
-rw-r--r-- | japanese/nethack32/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/japanese/nethack32/Makefile b/japanese/nethack32/Makefile index 3e5265b5dde1..9d2db1e85697 100644 --- a/japanese/nethack32/Makefile +++ b/japanese/nethack32/Makefile @@ -19,15 +19,13 @@ PATCHFILES= j${PORTNAME}-${PORTVERSION}.gz MAINTAINER= ports@FreeBSD.org COMMENT= A dungeon explorin', slashin', hackin' game +BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT} +RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT} + NO_LATEST_LINK= yes .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_GMAKE= yes MAN6= dlb.6 dgn_comp.6 lev_comp.6 nethack.6 recover.6 |