diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-14 17:21:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-14 17:21:49 +0000 |
commit | 3ebe053d9093dc5bc69b3f7a9359819e02edac4f (patch) | |
tree | fda78a130b1b3c39c8fedb7ab038d97acccd27a7 /www/neon | |
parent | 438e62ccd733217e04059253e6f01d80ba2adfc1 (diff) | |
download | pkgsrc-3ebe053d9093dc5bc69b3f7a9359819e02edac4f.tar.gz |
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
Diffstat (limited to 'www/neon')
-rw-r--r-- | www/neon/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index c97c224716a..0e7f9c1d86d 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/12/20 19:44:39 heinz Exp $ +# $NetBSD: Makefile,v 1.20 2004/02/14 17:21:54 jlam Exp $ DISTNAME= neon-0.24.4 CATEGORIES= www @@ -9,9 +9,7 @@ HOMEPAGE= http://www.webdav.org/neon/ COMMENT= HTTP and WebDAV client library USE_BUILDLINK2= # defined - USE_LIBTOOL= yes -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE= neon.pc.in GNU_CONFIGURE= # defined |