aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-02-25 22:15:56 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-02-25 22:15:56 +0000
commit7d4a16a84d575bc1b33db20108621eb018b949c2 (patch)
tree6b81070819741d786b03096c315836e2034dce19 /comms
parent43b06b941af37648b21c42088ee34e0e0bdd52fc (diff)
downloadports-7d4a16a84d575bc1b33db20108621eb018b949c2.tar.gz
ports-7d4a16a84d575bc1b33db20108621eb018b949c2.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/atslog/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/atslog/Makefile b/comms/atslog/Makefile
index 7106e1a85cc1..14e4927e4079 100644
--- a/comms/atslog/Makefile
+++ b/comms/atslog/Makefile
@@ -33,7 +33,7 @@ CONFIGURE_ARGS+=--localstatedir=/var
.include <bsd.port.pre.mk>
.if defined(WITHOUT_MYSQL) && !defined(WITH_PGSQL)
-IGNORE= is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL"
+IGNORE= is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL
.endif
.if !defined(WITHOUT_WWW)