diff options
author | erwin <erwin@FreeBSD.org> | 2012-07-27 14:50:38 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2012-07-27 14:50:38 +0800 |
commit | 852a2b0aa8933be9c240f27485b1305dc50b14a1 (patch) | |
tree | 47a48177a798b55c9e21fa7becf8abd7b36d44f0 | |
parent | d242d08101481cc24e887e3bc6ec3a84feac9843 (diff) | |
download | freebsd-ports-gnome-852a2b0aa8933be9c240f27485b1305dc50b14a1.tar.gz freebsd-ports-gnome-852a2b0aa8933be9c240f27485b1305dc50b14a1.tar.zst freebsd-ports-gnome-852a2b0aa8933be9c240f27485b1305dc50b14a1.zip |
Extend BROKEN to i386 as well, mark BROKEN in general
Submitted by: pointyhat
-rw-r--r-- | devel/nant/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/nant/Makefile b/devel/nant/Makefile index 3eeeb0509ac3..a4a7cdb3d7eb 100644 --- a/devel/nant/Makefile +++ b/devel/nant/Makefile @@ -17,6 +17,8 @@ COMMENT= A .NET build tool inspired by Ant BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono RUN_DEPENDS= mono:${PORTSDIR}/lang/mono +BROKEN= fails to build + DATADIR= ${PREFIX}/share/NAnt DOCSDIR= ${PREFIX}/share/doc/NAnt INSTALL_TARGET= install prefix=${PREFIX} @@ -25,12 +27,6 @@ MAKE_JOBS_UNSAFE= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -BROKEN= fails to build -.endif - post-patch: @${REINPLACE_CMD} -e 's|MCS=mcs|MCS=dmcs|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/NAnt.build @@ -44,4 +40,4 @@ post-install: cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}/ .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |