diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-02-25 22:15:56 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-02-25 22:15:56 +0000 |
commit | 7d4a16a84d575bc1b33db20108621eb018b949c2 (patch) | |
tree | 6b81070819741d786b03096c315836e2034dce19 /comms | |
parent | 43b06b941af37648b21c42088ee34e0e0bdd52fc (diff) | |
download | ports-7d4a16a84d575bc1b33db20108621eb018b949c2.tar.gz ports-7d4a16a84d575bc1b33db20108621eb018b949c2.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/atslog/Makefile | 2 |
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) |