diff options
author | zuntum <zuntum> | 2001-06-30 09:59:50 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-06-30 09:59:50 +0000 |
commit | 2e0108e8831b4136f9cb18c8e083e1f7754847c0 (patch) | |
tree | 50ee990383c5e1a37c15aa2efaab18e3ae30da96 /www/libghttp | |
parent | 775a471d25f09bb099227beba68dfea707a75d50 (diff) | |
download | pkgsrc-2e0108e8831b4136f9cb18c8e083e1f7754847c0.tar.gz |
Set USE_BUILDLINK_ONLY
Diffstat (limited to 'www/libghttp')
-rw-r--r-- | www/libghttp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile index 16f827ff886..933a32f4888 100644 --- a/www/libghttp/Makefile +++ b/www/libghttp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/03/19 13:11:19 mjl Exp $ +# $NetBSD: Makefile,v 1.9 2001/06/30 09:59:50 zuntum Exp $ DISTNAME= libghttp-1.0.9 CATEGORIES= www gnome @@ -8,6 +8,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME http client library +USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |