diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-03 01:02:58 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-03 01:02:58 +0800 |
commit | 50c1a89583277f505bb6f3ddcc2dc5ea799a7f67 (patch) | |
tree | de536093a259a5e50e0b8f1ae4baa8c6cb230208 /textproc | |
parent | be59b2df8371a75f005d846dffadaa927b791e2a (diff) | |
download | freebsd-ports-gnome-50c1a89583277f505bb6f3ddcc2dc5ea799a7f67.tar.gz freebsd-ports-gnome-50c1a89583277f505bb6f3ddcc2dc5ea799a7f67.tar.zst freebsd-ports-gnome-50c1a89583277f505bb6f3ddcc2dc5ea799a7f67.zip |
- Add USES=libtool
- Use BROKEN_powerpc
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/scew/Makefile | 13 | ||||
-rw-r--r-- | textproc/scew/pkg-plist | 2 |
2 files changed, 6 insertions, 9 deletions
diff --git a/textproc/scew/Makefile b/textproc/scew/Makefile index 50fea5f13334..f96a816da482 100644 --- a/textproc/scew/Makefile +++ b/textproc/scew/Makefile @@ -3,6 +3,7 @@ PORTNAME= scew PORTVERSION= 1.1.7 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SAVANNAH/${PORTNAME}/ @@ -14,13 +15,15 @@ LICENSE= LGPL21 LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes +USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes -USES= gmake pathfix pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib SCEW_EXAMPLES= print stream write +BROKEN_powerpc= Does not compile on powerpc + post-install: .for ex in ${SCEW_EXAMPLES} ${INSTALL_SCRIPT} ${WRKSRC}/examples/${PORTNAME}_${ex}/${PORTNAME}_${ex} ${STAGEDIR}${PREFIX}/bin @@ -32,10 +35,4 @@ regression-test: build cd ${WRKSRC}/tests && ${MAKE_CMD} check .endif -.include <bsd.port.pre.mk> - -.if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/scew/pkg-plist b/textproc/scew/pkg-plist index 4b1842ea175d..c05a603dd2eb 100644 --- a/textproc/scew/pkg-plist +++ b/textproc/scew/pkg-plist @@ -3,9 +3,9 @@ bin/scew_stream bin/scew_write libdata/pkgconfig/scew.pc lib/libscew.a -lib/libscew.la lib/libscew.so lib/libscew.so.1 +lib/libscew.so.1.0.8 include/scew/attribute.h include/scew/bool.h include/scew/element.h |