diff options
author | anholt <anholt@FreeBSD.org> | 2004-07-24 04:27:07 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-07-24 04:27:07 +0800 |
commit | 5915df54ae616fc019c6b213d722594bc2fa3c3b (patch) | |
tree | 2d1d708e6163b327cc365b7367b02959a6c9a67b | |
parent | 1117aca7f8247cc1888632e0ffc56415c0b02845 (diff) | |
download | freebsd-ports-gnome-5915df54ae616fc019c6b213d722594bc2fa3c3b.tar.gz freebsd-ports-gnome-5915df54ae616fc019c6b213d722594bc2fa3c3b.tar.zst freebsd-ports-gnome-5915df54ae616fc019c6b213d722594bc2fa3c3b.zip |
Use X_CLIENTS_PORT instead of XFREE86_VERSION=4 dependencies.
-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 |