summaryrefslogtreecommitdiff
path: root/games/dopewars/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2003-07-12 10:07:35 +0000
committerwiz <wiz>2003-07-12 10:07:35 +0000
commita47423ce0a9d3a0cba2031dc2898e27e543fdce3 (patch)
tree330778555b595b2dc12cd10967d6a7690e7f858f /games/dopewars/Makefile
parent8566c85983e1d3a097bf73e77daee2c4eb3096ed (diff)
downloadpkgsrc-a47423ce0a9d3a0cba2031dc2898e27e543fdce3.tar.gz
Update to 1.5.9. Depend on ncurses again because it's now using KEY_RESIZE
(see PR lib/20032). Changes: This is largely a bugfix release, fixing a crash on pressing the "drop drugs" button, and adding minor improvements to the text-mode client. Fix PLIST while here.
Diffstat (limited to 'games/dopewars/Makefile')
-rw-r--r--games/dopewars/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile
index cbf3c0ea489..dcccef20552 100644
--- a/games/dopewars/Makefile
+++ b/games/dopewars/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2003/05/05 16:27:48 jmmv Exp $
+# $NetBSD: Makefile,v 1.17 2003/07/12 10:07:35 wiz Exp $
-DISTNAME= dopewars-1.5.8
-PKGREVISION= 2
+DISTNAME= dopewars-1.5.9
CATEGORIES= games
MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ \
${MASTER_SITE_SOURCEFORGE:=dopewars/} \
@@ -14,6 +13,8 @@ COMMENT= Make a fortune dealing drugs on the streets of New York
DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs
USE_BUILDLINK2= YES
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
USE_PKGLOCALEDIR= YES
USE_GMAKE= YES
@@ -26,6 +27,8 @@ CONFIGURE_ARGS+= --without-esd
CONFIGURE_ARGS+= --without-sdl
CONFIGURE_ARGS+= --localstatedir=/var/games
+USE_NCURSES= # KEY_RESIZE
+
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/glib/buildlink2.mk"
.include "../../devel/ncurses/buildlink2.mk"