aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-06-18 02:01:25 +0800
committerpav <pav@FreeBSD.org>2008-06-18 02:01:25 +0800
commitfbf9f8cabdc7b8930fb2a58b9d364b1a93b9fb22 (patch)
treea11e805fd8af89027f21eb898f304eb6103524c4 /lang
parentfd9153f4aa9572656fa74233d8634c5503843c9f (diff)
downloadfreebsd-ports-gnome-fbf9f8cabdc7b8930fb2a58b9d364b1a93b9fb22.tar.gz
freebsd-ports-gnome-fbf9f8cabdc7b8930fb2a58b9d364b1a93b9fb22.tar.zst
freebsd-ports-gnome-fbf9f8cabdc7b8930fb2a58b9d364b1a93b9fb22.zip
- Builds now on amd64
Reported by: pointyhat
Diffstat (limited to 'lang')
-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>