diff options
author | jlam <jlam> | 2001-06-10 00:08:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-10 00:08:41 +0000 |
commit | 0abea0e33d08a7fc9cc2a0b91ea73222313aba96 (patch) | |
tree | 0838924d49f3defeb8bcbef3b48f5456d0570a78 /www/sitecopy | |
parent | a9bc6201ea785a6142ee22c3494592524f3646e8 (diff) | |
download | pkgsrc-0abea0e33d08a7fc9cc2a0b91ea73222313aba96.tar.gz |
Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
Diffstat (limited to 'www/sitecopy')
-rw-r--r-- | www/sitecopy/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index deee6bc4c9d..f8557cf870f 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/05/24 08:53:58 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/06/10 00:08:49 jlam Exp $ DISTNAME= sitecopy-0.10.15 CATEGORIES= www @@ -23,8 +23,6 @@ CONFIGURE_ARGS+= --enable-libxml CFLAGS+= -I${BUILDLINK_INCDIR} ${CPPFLAGS} -pre-configure: ${BUILDLINK_TARGETS} - # 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. |