summaryrefslogtreecommitdiff
path: root/lang/py-prolog
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-06-13 08:40:06 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-06-13 08:40:06 +0000
commit8c6092e5ec455e0673086036e0a9b026dc9510eb (patch)
treefe1db175baadf14a460db2851f82161c97b8041e /lang/py-prolog
parent- Fix the PLIST (diff)
BROKEN should not be quoted.
No functional change.
Notes
Notes: svn path=/head/; revision=256468
Diffstat (limited to 'lang/py-prolog')
-rw-r--r--lang/py-prolog/Makefile2
1 files changed, 1 insertions, 1 deletions
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>