diff options
Diffstat (limited to 'devel/lwp/Makefile')
-rw-r--r-- | devel/lwp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index a9eab1b8fe03..def643731111 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -7,6 +7,7 @@ PORTNAME= lwp PORTVERSION= 1.12 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/ @@ -14,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A userspace thread library USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes |