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 /devel | |
parent | 825193eda3c85c9cb2bd34787409665e70a201e5 (diff) | |
download | ports-8c6092e5ec455e0673086036e0a9b026dc9510eb.tar.gz ports-8c6092e5ec455e0673086036e0a9b026dc9510eb.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ace+tao/Makefile | 2 | ||||
-rw-r--r-- | devel/boehm-gc/Makefile | 2 | ||||
-rw-r--r-- | devel/eboxy/Makefile | 2 | ||||
-rw-r--r-- | devel/flowdesigner/Makefile | 2 | ||||
-rw-r--r-- | devel/mob/Makefile | 2 | ||||
-rw-r--r-- | devel/ossp-var/Makefile | 2 | ||||
-rw-r--r-- | devel/root/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-avl/Makefile | 2 | ||||
-rw-r--r-- | devel/xfc/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/devel/ace+tao/Makefile b/devel/ace+tao/Makefile index b52f0f61598f..b2ecc7f5e077 100644 --- a/devel/ace+tao/Makefile +++ b/devel/ace+tao/Makefile @@ -59,7 +59,7 @@ BROKEN= Does not compile on FreeBSD >= 7.0 .endif .if ${ARCH} == "sparc64" -BROKEN= "Does not build on sparc64" +BROKEN= Does not build on sparc64 .endif post-patch: diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index f4273b4de602..49ecae2b7467 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -32,7 +32,7 @@ PKGNAMESUFFIX:= ${PKGNAMESUFFIX}+fulldebug MAN3= gc.3 .if ${ARCH} == "ia64" -BROKEN= "Does not compile on ia64" +BROKEN= Does not compile on ia64 .endif post-patch: diff --git a/devel/eboxy/Makefile b/devel/eboxy/Makefile index b23cedd1b430..58087a28330f 100644 --- a/devel/eboxy/Makefile +++ b/devel/eboxy/Makefile @@ -32,7 +32,7 @@ LDFLAGS= `${SDL_CONFIG} --libs` -L${LOCALBASE}/lib .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" -BROKEN= "Configure fails on ia64" +BROKEN= Configure fails on ia64 .endif post-patch: diff --git a/devel/flowdesigner/Makefile b/devel/flowdesigner/Makefile index 4c506e888d3f..e7bf495e8b57 100644 --- a/devel/flowdesigner/Makefile +++ b/devel/flowdesigner/Makefile @@ -35,7 +35,7 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" +BROKEN= Does not compile on sparc64 .endif post-patch: diff --git a/devel/mob/Makefile b/devel/mob/Makefile index 10de7d740c4b..30cbf5d80eed 100644 --- a/devel/mob/Makefile +++ b/devel/mob/Makefile @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "powerpc" -BROKEN= "Configure fails on amd64, ia64, or powerpc" +BROKEN= Configure fails on amd64, ia64, or powerpc .endif do-install: diff --git a/devel/ossp-var/Makefile b/devel/ossp-var/Makefile index f80e59426901..d3916c4452d9 100644 --- a/devel/ossp-var/Makefile +++ b/devel/ossp-var/Makefile @@ -22,7 +22,7 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" +BROKEN= Does not compile on alpha .endif check: build diff --git a/devel/root/Makefile b/devel/root/Makefile index 4f88a00e43b7..267ced55b1ff 100644 --- a/devel/root/Makefile +++ b/devel/root/Makefile @@ -224,7 +224,7 @@ BROKEN= Does not compile .endif .if ${ARCH} == "amd64" || ${ARCH} == "sparc64" || ${ARCH} == "ia64" -BROKEN= "Does not compile" +BROKEN= Does not compile .endif pre-everything:: diff --git a/devel/ruby-avl/Makefile b/devel/ruby-avl/Makefile index 11ea260bc7cc..c07be8de3d70 100644 --- a/devel/ruby-avl/Makefile +++ b/devel/ruby-avl/Makefile @@ -32,7 +32,7 @@ DOCS= README .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" -BROKEN= "Does not build on amd64 (needs to link against shared libraries)" +BROKEN= Does not build on amd64 (needs to link against shared libraries) .endif post-install: diff --git a/devel/xfc/Makefile b/devel/xfc/Makefile index 07aa7b24c41e..51b9857509ba 100644 --- a/devel/xfc/Makefile +++ b/devel/xfc/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +BROKEN= Does not compile on !i386 .elif ${OSVERSION} >= 700000 BROKEN= Does not compile with GCC 4.2 .endif |