summaryrefslogtreecommitdiff
path: root/www/cadaver
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-16 05:55:33 +0000
committerjlam <jlam>2001-05-16 05:55:33 +0000
commit15611dadbccd557150514688548adfe74dc83abb (patch)
tree856a77b0586bfd9d5799e338a9dbb6dee242198b /www/cadaver
parentb6887cc0e2daf7519ce032061430b9e849e753fa (diff)
downloadpkgsrc-15611dadbccd557150514688548adfe74dc83abb.tar.gz
Enable .netrc-parsing support and simplify readline/editline handling.
Diffstat (limited to 'www/cadaver')
-rw-r--r--www/cadaver/Makefile8
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}