diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-16 05:55:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-16 05:55:33 +0000 |
commit | a3029f739ecd1f1ce03595750b430ecdeab9d924 (patch) | |
tree | 856a77b0586bfd9d5799e338a9dbb6dee242198b | |
parent | a48e6fa57620dd5d5c482eba0f4e6b31382cea18 (diff) | |
download | pkgsrc-a3029f739ecd1f1ce03595750b430ecdeab9d924.tar.gz |
Enable .netrc-parsing support and simplify readline/editline handling.
-rw-r--r-- | www/cadaver/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 8731338de35..5b3024c1295 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/05/16 04:40:48 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/05/16 05:55:33 jlam Exp $ DISTNAME= cadaver-0.17.0 CATEGORIES= www @@ -18,6 +18,7 @@ ALL_TARGET= cadaver GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-ssl=${SSLBASE} CONFIGURE_ARGS+= --enable-libxml +CONFIGURE_ARGS+= --enable-netrc .include "../../devel/libgetopt/Makefile.getopt" .include "../../devel/readline/Makefile.readline" @@ -27,11 +28,6 @@ CONFIGURE_ENV+= LIBS="${LIBS}" CONFIGURE_ENV+= ac_cv_lib_curses_tputs=no CONFIGURE_ENV+= ac_cv_lib_ncurses_tputs=no -.if defined(HAVE_LIBEDIT_READLINE) -CONFIGURE_ENV+= ac_cv_lib_readline_readline=yes -LIBS+= -ledit -.endif - CPPFLAGS+= -I${WRKINCDIR} CFLAGS+= -I${WRKINCDIR} LDFLAGS+= -L${WRKLIBDIR} |