diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-31 22:44:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-31 22:44:34 +0000 |
commit | 236547d8258b456bb4bbc5e71abd1e333db05c48 (patch) | |
tree | 54fc7b229a6d2a093a3819b7ba625a08da99bf0f /textproc/libparsifal/Makefile | |
parent | - Fix build on -current (diff) |
- Update to 0.9.3
PR: ports/85537
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to '')
-rw-r--r-- | textproc/libparsifal/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/textproc/libparsifal/Makefile b/textproc/libparsifal/Makefile index 00770fe33feb..9d3c940ea919 100644 --- a/textproc/libparsifal/Makefile +++ b/textproc/libparsifal/Makefile @@ -7,8 +7,7 @@ # PORTNAME= libparsifal -PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTVERSION= 0.9.3 CATEGORIES= textproc MASTER_SITES= http://www.saunalahti.fi/~samiuus/toni/xmlproc/ @@ -22,12 +21,6 @@ INSTALLS_SHLIB= yes PLIST_SUB= VERSION=${PORTVERSION} -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" && ${ARCH} != "sparc64" -BROKEN= "Does not compile on !i386 and !sparc64" -.endif - post-patch: @${REINPLACE_CMD} -e 's| -O3||g' ${WRKSRC}/src/Makefile.in @@ -40,4 +33,4 @@ post-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |