diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-06-13 08:40:06 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-06-13 08:40:06 +0000 |
commit | 8c6092e5ec455e0673086036e0a9b026dc9510eb (patch) | |
tree | fe1db175baadf14a460db2851f82161c97b8041e /lang | |
parent | 825193eda3c85c9cb2bd34787409665e70a201e5 (diff) | |
download | ports-8c6092e5ec455e0673086036e0a9b026dc9510eb.tar.gz ports-8c6092e5ec455e0673086036e0a9b026dc9510eb.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/STk/Makefile | 2 | ||||
-rw-r--r-- | lang/ifc/Makefile | 2 | ||||
-rw-r--r-- | lang/ocaml-mode.el/Makefile | 2 | ||||
-rw-r--r-- | lang/onyx/Makefile | 2 | ||||
-rw-r--r-- | lang/py-prolog/Makefile | 2 | ||||
-rw-r--r-- | lang/scriba/Makefile | 2 | ||||
-rw-r--r-- | lang/sr/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile index 9cdea88fda97..6f94334083f8 100644 --- a/lang/STk/Makefile +++ b/lang/STk/Makefile @@ -28,7 +28,7 @@ STK_ARCH!= ${ECHO} "$$(uname)-$$(uname -r)-$$(uname -m)" .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" +BROKEN= Does not compile on sparc64 .endif .include <bsd.port.post.mk> diff --git a/lang/ifc/Makefile b/lang/ifc/Makefile index b34f9529e5eb..ffc87f873f33 100644 --- a/lang/ifc/Makefile +++ b/lang/ifc/Makefile @@ -56,7 +56,7 @@ IGNORE= go to Intel Premier Support, https://premier.intel.com, to obtain ${DIST .endfor .if exists(${LINUXBASE}/boot/kernel.h) -BROKEN= "Cannot coexist with linux_devtools" +BROKEN= Cannot coexist with linux_devtools .endif post-extract: diff --git a/lang/ocaml-mode.el/Makefile b/lang/ocaml-mode.el/Makefile index f4c3ed9de8ba..39db4b2864e3 100644 --- a/lang/ocaml-mode.el/Makefile +++ b/lang/ocaml-mode.el/Makefile @@ -37,7 +37,7 @@ MAKE_ENV+= EMACSDIR=${CAMLMODE_ELISPDIR} .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" -BROKEN= "Does not build on ia64" +BROKEN= Does not build on ia64 .endif .include <bsd.port.post.mk> diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile index 0e3058c0d393..19e8cbb4160c 100644 --- a/lang/onyx/Makefile +++ b/lang/onyx/Makefile @@ -30,7 +30,7 @@ PLIST_SUB= ONYX_VERSION=${PORTVERSION} .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" -BROKEN= "Coredump during build on ia64" +BROKEN= Coredump during build on ia64 .endif post-patch: diff --git a/lang/py-prolog/Makefile b/lang/py-prolog/Makefile index bb965f129c89..5b398674e1be 100644 --- a/lang/py-prolog/Makefile +++ b/lang/py-prolog/Makefile @@ -26,7 +26,7 @@ PYDISTUTILS_PKGNAME= PyProlog .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "amd64" -BROKEN= "Does not build on ia64 or amd64 (can't link shared libraries to static)" +BROKEN= Does not build on ia64 or amd64 (can't link shared libraries to static) .endif .include <bsd.port.post.mk> diff --git a/lang/scriba/Makefile b/lang/scriba/Makefile index 62b074e6e644..2e7e84e6aabb 100644 --- a/lang/scriba/Makefile +++ b/lang/scriba/Makefile @@ -33,7 +33,7 @@ OPTIONS= BDB "Berkeley DB extension" off \ .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" -BROKEN= "fails to compile" +BROKEN= fails to compile .endif .if ${OSVERSION} >= 700042 diff --git a/lang/sr/Makefile b/lang/sr/Makefile index 9e6a489e0213..d48f76350f2f 100644 --- a/lang/sr/Makefile +++ b/lang/sr/Makefile @@ -37,7 +37,7 @@ USE_XORG= x11 .include <bsd.port.pre.mk> .if ${ARCH} != "i386" && ${ARCH} != "alpha" -BROKEN= "Does not compile on !i386 and !alpha" +BROKEN= Does not compile on !i386 and !alpha .endif pre-install: |