From 0995c4612525e2d9bf745b648f00b648803355a2 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 3 Jul 2014 17:58:35 +0000 Subject: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket --- textproc/ekhtml/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'textproc') diff --git a/textproc/ekhtml/Makefile b/textproc/ekhtml/Makefile index ccf729a87c3f..9c805580c4b9 100644 --- a/textproc/ekhtml/Makefile +++ b/textproc/ekhtml/Makefile @@ -3,22 +3,22 @@ PORTNAME= ekhtml PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF MAINTAINER= miwi@FreeBSD.org COMMENT= El-Kabong is a speedy, yet forgiving, SAX-style HTML parser -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USES= gmake +USES= gmake libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes PLIST_FILES= include/ekhtml.h lib/libekhtml.a \ - lib/libekhtml.la lib/libekhtml.so \ - lib/libekhtml.so.0 + lib/libekhtml.so lib/libekhtml.so.0 \ + lib/libekhtml.so.0.0.0 .include -- cgit