diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-17 18:01:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-17 18:01:25 +0000 |
commit | 84fb542948876ea860125016a5548022e2d57d6d (patch) | |
tree | f199bca6688fec4f7e1afac36e92fd11e2916a68 /lang/bigloo | |
parent | ef9ed1839ffb708de1372a09fbd1997018f68a2b (diff) |
Notes
Diffstat (limited to 'lang/bigloo')
-rw-r--r-- | lang/bigloo/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index 3a1016911068..3f0487508a8c 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -45,12 +45,6 @@ post-configure: @${FIND} ${WRKSRC} -name "bigloo_config.h" | ${XARGS} \ ${REINPLACE_CMD} -e 's/BGL_HAVE_SENDFILE 1/BGL_HAVE_SENDFILE 0/' -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= Does not compile on !i386 -.endif - post-install: ${INSTALL_MAN} ${WRKSRC}/manuals/bigloo.man ${MANPREFIX}/man/man1/${MAN1} ${INSTALL_DATA} ${WRKSRC}/manuals/bigloo.info ${PREFIX}/${INFO_PATH} @@ -63,4 +57,4 @@ post-install: test: build @(cd ${WRKSRC}; ${GMAKE} test) -.include <bsd.port.post.mk> +.include <bsd.port.mk> |