summaryrefslogtreecommitdiff
path: root/www/sitecopy
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-20 03:55:31 +0000
committerjlam <jlam@pkgsrc.org>2001-08-20 03:55:31 +0000
commiteaa7dc2c7c53bf4b2061e522d9d3735865d8363f (patch)
tree3f75477749ecca6f21be23d5f960c903cb46b479 /www/sitecopy
parentd390185ffdbcd7e5ca1f9b65aca7034247cebee9 (diff)
downloadpkgsrc-eaa7dc2c7c53bf4b2061e522d9d3735865d8363f.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/sitecopy')
-rw-r--r--www/sitecopy/Makefile4
1 files changed, 3 insertions, 1 deletions
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.