From 101ee5885c0a7d63b494dd2009fd6c6d46fe6fa5 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 22 Dec 2004 05:57:45 +0000 Subject: [PATCH] DEPRECATED should not be quoted --- devel/monotone/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index e6ec292fc5be..4628b666f86b 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -63,7 +63,7 @@ BROKEN= "Does not run on FreeBSD-4.x at this time" .endif EXPIRATION_DATE=2005-02-18 -DEPRECATED= "Does not compile (5.x) or run (4.x)" +DEPRECATED= Does not compile (5.x) or run (4.x) .if ${ARCH} != "i386" BROKEN= "Does not compile on !i386"