diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-04 01:58:35 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-04 01:58:35 +0800 |
commit | 0995c4612525e2d9bf745b648f00b648803355a2 (patch) | |
tree | 7a90d4230b676b9605c3c62592e69c8411a9cbe8 /textproc | |
parent | f31eac58e597d53e076158046d3a3d38d7027df1 (diff) | |
download | freebsd-ports-gnome-0995c4612525e2d9bf745b648f00b648803355a2.tar.gz freebsd-ports-gnome-0995c4612525e2d9bf745b648f00b648803355a2.tar.zst freebsd-ports-gnome-0995c4612525e2d9bf745b648f00b648803355a2.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ekhtml/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 <bsd.port.mk> |