diff options
author | erwin <erwin@FreeBSD.org> | 2010-06-13 16:40:06 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-06-13 16:40:06 +0800 |
commit | d2fad415839f287c99c5f1d5975409066a3328bf (patch) | |
tree | f779f3f1e47d7d3efae18c54fc3f68e9077e7bde /graphics | |
parent | 52ae5d558cd5b323d8a17cffa5d24ef226ae6da8 (diff) | |
download | freebsd-ports-gnome-d2fad415839f287c99c5f1d5975409066a3328bf.tar.gz freebsd-ports-gnome-d2fad415839f287c99c5f1d5975409066a3328bf.tar.zst freebsd-ports-gnome-d2fad415839f287c99c5f1d5975409066a3328bf.zip |
BROKEN should not be quoted.
No functional change.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/EZWGL/Makefile | 2 | ||||
-rw-r--r-- | graphics/gmt/Makefile | 2 | ||||
-rw-r--r-- | graphics/ray++/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index 1aca1a661162..a080819f8db3 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -30,7 +30,7 @@ NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken .include "${FILESDIR}/manpages" .if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" +BROKEN= Does not compile on sparc64 .endif post-extract: diff --git a/graphics/gmt/Makefile b/graphics/gmt/Makefile index c8269abb967e..329d7eccf4c9 100644 --- a/graphics/gmt/Makefile +++ b/graphics/gmt/Makefile @@ -37,7 +37,7 @@ INSTALL_TARGET= install install-data install-man install-wrapper .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +BROKEN= Does not compile on !i386 .endif post-extract: diff --git a/graphics/ray++/Makefile b/graphics/ray++/Makefile index a8fa8a6934f5..02c41e8e64e1 100644 --- a/graphics/ray++/Makefile +++ b/graphics/ray++/Makefile @@ -23,7 +23,7 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +BROKEN= Does not compile on !i386 .endif .if ${OSVERSION} >= 700042 |