diff options
author | kim <kim@pkgsrc.org> | 1998-10-12 01:30:13 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1998-10-12 01:30:13 +0000 |
commit | da9bfae49ddccb438eebf2bf6e033064b744d252 (patch) | |
tree | 58decab8f35ea898fd8f762031d1b2e49e0c76d4 /net/ntop | |
parent | 0fd5901135bd014b1b3565a7d8b12bbb74910e3c (diff) | |
download | pkgsrc-da9bfae49ddccb438eebf2bf6e033064b744d252.tar.gz |
Find the include files, too, for ncurses (didn't check to see if it did before).
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 01cc7b03787..526cabf87ea 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/10/11 21:17:01 kim Exp $ +# $NetBSD: Makefile,v 1.6 1998/10/12 01:30:13 kim Exp $ DISTNAME= ntop-1.0 CATEGORIES= net @@ -17,6 +17,7 @@ NOT_FOR_ARCHS= alpha mips # elf problems WRT libcurses HAS_CONFIGURE= yes GNU_CONFIGURE= yes +CFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib CONFIGURE_ENV+= CPPFLAGS=-I${PREFIX}/include |