diff options
author | shafeeq <shafeeq@FreeBSD.org> | 2001-06-14 19:09:13 +0000 |
---|---|---|
committer | shafeeq <shafeeq@FreeBSD.org> | 2001-06-14 19:09:13 +0000 |
commit | 2cdab0bdeb09800bc6a6671bf7740d412255bcb5 (patch) | |
tree | f1ac986d98b93a34f24d8d4b23ee97764d803cbd /devel/lwp/Makefile | |
parent | cf63c3013c4746e22134f882282a07ed1dabc02c (diff) | |
download | FreeBSD-ports-2cdab0bdeb09800bc6a6671bf7740d412255bcb5.zip FreeBSD-ports-2cdab0bdeb09800bc6a6671bf7740d412255bcb5.tar.gz |
Updated to Coda 5.3.15
Always using the provided configure script now
Diffstat (limited to 'devel/lwp/Makefile')
-rw-r--r-- | devel/lwp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index d6b5148..c85c9b0 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -6,14 +6,14 @@ # PORTNAME= lwp -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= devel MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/ USE_GMAKE= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes .include <bsd.port.mk> |