diff options
Diffstat (limited to 'www/sitecopy/Makefile')
-rw-r--r-- | www/sitecopy/Makefile | 4 |
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. |