diff options
author | wiz <wiz@pkgsrc.org> | 2001-08-01 16:26:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-08-01 16:26:56 +0000 |
commit | a2bc10608bca8a306e89e8bf82bc8199d76a1aea (patch) | |
tree | cabce7337f14007699849c2b668c94cb9a4c13ad /games/crossfire-srv/Makefile | |
parent | b17128a573fb82dd03316eb6b97ca39df736f840 (diff) | |
download | pkgsrc-a2bc10608bca8a306e89e8bf82bc8199d76a1aea.tar.gz |
Add USE_XAW, and add -lXpm to configure check so that it is found correctly.
Fixes recent bulk build problem.
Diffstat (limited to 'games/crossfire-srv/Makefile')
-rw-r--r-- | games/crossfire-srv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/crossfire-srv/Makefile b/games/crossfire-srv/Makefile index c47472d3670..aac62b0326c 100644 --- a/games/crossfire-srv/Makefile +++ b/games/crossfire-srv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/07/19 05:58:51 garbled Exp $ +# $NetBSD: Makefile,v 1.6 2001/08/01 16:26:56 wiz Exp $ # DISTNAME= crossfire-1.0.0 @@ -18,6 +18,7 @@ EXTRACT_ONLY= ${CF_SRC} CF_SRC= crossfire-1.0.0.tar.bz2 CF_MAPS= crossfire-1.0.0-maps.tar.bz2 +USE_XAW= yes USE_XPM= yes USE_X11= yes USE_GMAKE= yes |