diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-02-11 08:55:58 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-02-11 08:55:58 +0000 |
commit | 3f3e4601a4a5d5a434ad32cd68054084e654c162 (patch) | |
tree | a73d3af32486e7f2a0c01e1b6590c88f0a550304 /www/libghttp/Makefile | |
parent | 51bae23b80d9154194381e97dce8006771a636e8 (diff) | |
download | pkgsrc-3f3e4601a4a5d5a434ad32cd68054084e654c162.tar.gz |
bl3ify
Diffstat (limited to 'www/libghttp/Makefile')
-rw-r--r-- | www/libghttp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile index d1c595a12be..33be5d06ae8 100644 --- a/www/libghttp/Makefile +++ b/www/libghttp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 22:55:39 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/02/11 09:53:02 xtraeme Exp $ DISTNAME= libghttp-1.0.9 CATEGORIES= www gnome @@ -11,6 +11,6 @@ COMMENT= GNOME http client library USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../mk/bsd.pkg.mk" |