diff options
author | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
commit | f0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /games/nighthawk | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'games/nighthawk')
-rw-r--r-- | games/nighthawk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/nighthawk/Makefile b/games/nighthawk/Makefile index 7ca42a903bc..1bc3a62874d 100644 --- a/games/nighthawk/Makefile +++ b/games/nighthawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/01/02 03:20:12 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/23 23:14:26 tron Exp $ # DISTNAME= nighthawk-2.1 @@ -14,10 +14,9 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.downunder.net.au/~jsno/ -DEPENDS+= xpm-3.4k:../../graphics/xpm - USE_GMAKE= YES USE_X11= YES +USE_XPM= YES post-build: cd ${WRKSRC}/src_sound ; \ |