From d9e03c3558722b30a745e7e75c1d6ecc9c22c99f Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 23 Aug 2000 23:14:21 +0000 Subject: Use "USE_XPM" option instead of direct dependence on the "xpm" package. --- games/nethack-x11/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/nethack-x11') diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile index b810648a445..b9cb2e66097 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/08/10 17:50:08 pooka Exp $ +# $NetBSD: Makefile,v 1.9 2000/08/23 23:14:26 tron Exp $ # .include "../nethack-lib/Makefile.common" @@ -8,9 +8,9 @@ PKGNAME= nethack-x11-${NETHACK_VERSION} CATEGORIES+= x11 DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib -DEPENDS+= xpm-3.4k:../../graphics/xpm -USE_X11= yes +USE_X11= YES +USE_XPM= YES ALL_TARGET= nethack INSTALL_TARGET= binfiles MAKE_ENV+= GTYPE=-x11 -- cgit v1.2.3