From a46cf8e9713b5be3b8b2d66173260a2eafa4723c Mon Sep 17 00:00:00 2001 From: roy Date: Thu, 17 Oct 2013 09:44:57 +0000 Subject: Works fine with system curses --- games/dopewars/Makefile | 4 ++-- games/dopewars/options.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'games/dopewars') diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 73201ac1898..1f9483d8950 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2013/10/10 14:42:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.60 2013/10/17 09:44:57 roy Exp $ DISTNAME= dopewars-1.5.12 -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dopewars/} diff --git a/games/dopewars/options.mk b/games/dopewars/options.mk index 6f296946ed0..166deb84f91 100644 --- a/games/dopewars/options.mk +++ b/games/dopewars/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2006/02/14 21:40:44 adam Exp $ +# $NetBSD: options.mk,v 1.2 2013/10/17 09:44:57 roy Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.dopewars PKG_SUPPORTED_OPTIONS= curses gtk @@ -7,7 +7,7 @@ PKG_SUGGESTED_OPTIONS= curses gtk .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mcurses) -. include "../../devel/ncurses/buildlink3.mk" +. include "../../mk/curses.buildlink3.mk" .else CONFIGURE_ARGS+= --disable-curses-client .endif -- cgit v1.2.3