diff options
Diffstat (limited to 'net/tn5250/Makefile')
-rw-r--r-- | net/tn5250/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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" |