summaryrefslogtreecommitdiff
path: root/www/libghttp/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-06-20 23:33:16 +0000
committerjlam <jlam>2000-06-20 23:33:16 +0000
commit45f665354fa2fc63006ccea44a336ef08be9d6bc (patch)
tree7182c4f97c6813362a84db23cd2ca2e39858f7ca /www/libghttp/Makefile
parent0399f46678a74b5a3c276212ad59cd9ca9d8eb03 (diff)
downloadpkgsrc-45f665354fa2fc63006ccea44a336ef08be9d6bc.tar.gz
USE_LIBTOOL instead of PKGLIBTOOL.
Diffstat (limited to 'www/libghttp/Makefile')
-rw-r--r--www/libghttp/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile
index bff2f024d53..0d07619c791 100644
--- a/www/libghttp/Makefile
+++ b/www/libghttp/Makefile
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:42 rh Exp $
+# $NetBSD: Makefile,v 1.5 2000/06/20 23:33:16 jlam Exp $
-DISTNAME= libghttp-1.0.6
-CATEGORIES= www gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libghttp/}
+DISTNAME= libghttp-1.0.6
+CATEGORIES= www gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libghttp/}
-MAINTAINER= tron@netbsd.org
-HOMEPAGE= http://www.gnome.org/
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.gnome.org/
-GNU_CONFIGURE= yes
-USE_PKGLIBTOOL= yes
+GNU_CONFIGURE= # defined
+USE_LIBTOOL= # defined
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"