diff options
Diffstat (limited to 'www/cadaver/Makefile')
-rw-r--r-- | www/cadaver/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 7e1d80c605f..8df5808d85e 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/06/10 00:08:48 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/06/11 02:05:15 jlam Exp $ DISTNAME= cadaver-0.17.0 CATEGORIES= www @@ -28,8 +28,7 @@ CONFIGURE_ENV+= LIBS="${LIBS}" CONFIGURE_ENV+= ac_cv_lib_curses_tputs=no CONFIGURE_ENV+= ac_cv_lib_ncurses_tputs=no -CFLAGS+= -I${BUILDLINK_INCDIR} ${CPPFLAGS} -LDFLAGS+= -L${BUILDLINK_LIBDIR} +CFLAGS+= ${CPPFLAGS} LIBS+= -ltermcap # The build process doesn't correctly find some headers for utility functions |