From 24ef86f8700ca8c58655404f4725425326dd8b9a Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 15 Jan 2000 18:46:22 +0000 Subject: Update dependency on ncurses to >=4.2 --- net/tn5250/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'net/tn5250') diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index f182523fa28..b18ee8fa216 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/08/04 17:00:26 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/01/15 18:46:33 jlam Exp $ # DISTNAME= tn5250-0.12.51 @@ -8,9 +8,11 @@ MASTER_SITES= ftp://ftp.blarg.net/users/mmadore/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.blarg.net/~mmadore/5250.html -DEPENDS+= ncurses-4.2:../../devel/ncurses +DEPENDS+= ncurses>=4.2:../../devel/ncurses GNU_CONFIGURE= YES -CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include" +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" + +CPPFLAGS+= -I${LOCALBASE}/include .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3