summaryrefslogtreecommitdiff
path: root/lang/bigloo
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-06-17 18:01:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-06-17 18:01:25 +0000
commit84fb542948876ea860125016a5548022e2d57d6d (patch)
treef199bca6688fec4f7e1afac36e92fd11e2916a68 /lang/bigloo
parent- Now builds on amd64 (diff)
- Builds now on amd64
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=215011
Diffstat (limited to 'lang/bigloo')
-rw-r--r--lang/bigloo/Makefile8
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>