diff options
author | rh <rh@pkgsrc.org> | 2000-11-25 17:22:15 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-11-25 17:22:15 +0000 |
commit | 8108862d81518331763764ca832a651d2e70ca9d (patch) | |
tree | 49f3f783a7265d65d986ddbd74f9a83d6f7baa4a /www/libghttp/Makefile | |
parent | 9b3527a32429acbd5993aaff33f6c145eeb016b4 (diff) | |
download | pkgsrc-8108862d81518331763764ca832a651d2e70ca9d.tar.gz |
Update libghttp to 1.0.7. This version just adds a ghttpConf.sh script for
gnome auto-detection.
Diffstat (limited to 'www/libghttp/Makefile')
-rw-r--r-- | www/libghttp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile index 0d07619c791..7dbcb4b24a8 100644 --- a/www/libghttp/Makefile +++ b/www/libghttp/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.5 2000/06/20 23:33:16 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2000/11/25 17:22:15 rh Exp $ -DISTNAME= libghttp-1.0.6 +DISTNAME= libghttp-1.0.7 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libghttp/} MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/ -GNU_CONFIGURE= # defined -USE_LIBTOOL= # defined +GNU_CONFIGURE= YES +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../mk/bsd.pkg.mk" |