summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-20 03:55:31 +0000
committerjlam <jlam>2001-08-20 03:55:31 +0000
commitdcf5e833bac74a1f04fe373de4ffe1bdd63e32ed (patch)
tree3f75477749ecca6f21be23d5f960c903cb46b479 /www
parentdfe13ee13ce13b180a6831c0e9cfc3d5953e10da (diff)
downloadpkgsrc-dcf5e833bac74a1f04fe373de4ffe1bdd63e32ed.tar.gz
Manually add LIBS+=${LIBGETOPT} to the package Makefile as it's no longer
automatically added by libgetopt/buildlink.mk.
Diffstat (limited to 'www')
-rw-r--r--www/cadaver/Makefile4
-rw-r--r--www/sitecopy/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile
index c0e6aeb5e37..acebbade2e0 100644
--- a/www/cadaver/Makefile
+++ b/www/cadaver/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/06/29 04:54:56 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2001/08/20 03:55:32 jlam Exp $
DISTNAME= cadaver-0.17.0
CATEGORIES= www
@@ -18,6 +18,8 @@ CONFIGURE_ARGS+= --with-include-neon
CONFIGURE_ARGS+= --enable-libxml
CONFIGURE_ARGS+= --enable-netrc
+LIBS+= ${LIBGETOPT}
+
# We don't need curses, just termcap.
CONFIGURE_ENV+= ac_cv_lib_curses_tputs=no
LIBS+= -ltermcap
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile
index 893521fad4e..bce85aa4984 100644
--- a/www/sitecopy/Makefile
+++ b/www/sitecopy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/07/24 09:36:23 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2001/08/20 03:55:32 jlam Exp $
DISTNAME= sitecopy-0.10.15
CATEGORIES= www
@@ -17,6 +17,8 @@ CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR}
CONFIGURE_ARGS+= --with-included-neon
CONFIGURE_ARGS+= --enable-libxml
+LIBS+= ${LIBGETOPT}
+
# The build process doesn't correctly find the header for GNU fnmatch, which
# is provided in ${WRKSRC}/lib. Help the compiler by linking the header
# to ${WRKSRC} and explicitly passing -I. to the compiler.