summaryrefslogtreecommitdiff
path: root/net/ntop/Makefile
diff options
context:
space:
mode:
authorkim <kim>1998-10-12 01:30:13 +0000
committerkim <kim>1998-10-12 01:30:13 +0000
commit62f4177657921d016b54c8c7866b4a8719cb86e8 (patch)
tree58decab8f35ea898fd8f762031d1b2e49e0c76d4 /net/ntop/Makefile
parent529964a0c568798c5081861fd48a89471b13b389 (diff)
downloadpkgsrc-62f4177657921d016b54c8c7866b4a8719cb86e8.tar.gz
Find the include files, too, for ncurses (didn't check to see if it did before).
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r--net/ntop/Makefile3
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