summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-22 02:19:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-22 02:19:21 +0000
commita0d28dee8589796809b6cde8ecc126f22e6deaac (patch)
treeeaf57306096f9cef7ee22f826a71631ee85d7f4b /www
parentzip file re-rolled: (diff)
Fix quoting of argument of DEPRECATED
Notes
Notes: svn path=/head/; revision=124774
Diffstat (limited to 'www')
-rw-r--r--www/mod_php3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile
index ce84279d69a1..f9a94b12277d 100644
--- a/www/mod_php3/Makefile
+++ b/www/mod_php3/Makefile
@@ -22,7 +22,7 @@ COMMENT?= PHP3 module for Apache
BROKEN= "Conflicting dependencies (mysql 3.x and 4.x)"
EXPIRATION_DATE=2005-02-18
-DEPRECATED= ${BROKEN}
+DEPRECATED= "${BROKEN}"
.if !defined(STANDALONE)
USE_APACHE= yes