svn commit: r360434 - head/textproc/ekhtml

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 3 17:58:36 UTC 2014


Author: amdmi3
Date: Thu Jul  3 17:58:35 2014
New Revision: 360434
URL: http://svnweb.freebsd.org/changeset/ports/360434
QAT: https://qat.redports.org/buildarchive/r360434/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/ekhtml/Makefile

Modified: head/textproc/ekhtml/Makefile
==============================================================================
--- head/textproc/ekhtml/Makefile	Thu Jul  3 17:57:43 2014	(r360433)
+++ head/textproc/ekhtml/Makefile	Thu Jul  3 17:58:35 2014	(r360434)
@@ -3,22 +3,22 @@
 
 PORTNAME=	ekhtml
 PORTVERSION=	0.3.2
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF
 
 MAINTAINER=	miwi at 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 <bsd.port.mk>


More information about the svn-ports-all mailing list