diff options
Diffstat (limited to 'devel/lfcbase/Makefile')
-rw-r--r-- | devel/lfcbase/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index 26b029b890d8..c55dd7df2e13 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.5.11 +PORTVERSION= 1.6.1 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ @@ -12,13 +12,12 @@ LICENSE= GPLv3 GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= libtool -USE_AUTOTOOLS= autoconf:env +USES= autoreconf libtool post-patch: @${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in post-stage: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcbase.so.1 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcbase.so.2 .include <bsd.port.mk> |