summaryrefslogtreecommitdiff
path: root/devel/lwp/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-06-20 19:27:54 +0000
committerjlam <jlam@pkgsrc.org>2002-06-20 19:27:54 +0000
commit797676b2b946540aa171d16d4a24d988d58caeb2 (patch)
treeb01b66ac48bbfbcb33815407c13c427fc889ae37 /devel/lwp/Makefile
parentf3ae7de1baf609b0fb42cbeef56765274921935f (diff)
downloadpkgsrc-797676b2b946540aa171d16d4a24d988d58caeb2.tar.gz
Update devel/lwp to version 1.9. Changes from version 1.6 include:
* OpenBSD patches. * Fixed <sys/time.h> vs. <time.h> mixup.
Diffstat (limited to 'devel/lwp/Makefile')
-rw-r--r--devel/lwp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile
index bb4ec53c98b..3619b43a183 100644
--- a/devel/lwp/Makefile
+++ b/devel/lwp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2001/10/17 02:44:41 phil Exp $
+# $NetBSD: Makefile,v 1.13 2002/06/20 19:27:54 jlam Exp $
#
-DISTNAME= lwp-1.6
+DISTNAME= lwp-1.9
CATEGORIES= devel
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/ \
ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/
@@ -18,6 +18,6 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-sparc* \
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_BUILDLINK_ONLY= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../mk/bsd.pkg.mk"