diff options
author | eadler <eadler@FreeBSD.org> | 2012-02-26 06:15:56 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-02-26 06:15:56 +0800 |
commit | 84a53fea3409587610f29c09715c943c7e1e0236 (patch) | |
tree | d9c1239112a397874d08377e48b94cd1d2938097 /comms | |
parent | 1636dc1fada473be1087c2e2bf7e8f079ae55d6a (diff) | |
download | freebsd-ports-gnome-84a53fea3409587610f29c09715c943c7e1e0236.tar.gz freebsd-ports-gnome-84a53fea3409587610f29c09715c943c7e1e0236.tar.zst freebsd-ports-gnome-84a53fea3409587610f29c09715c943c7e1e0236.zip |
Remove quotes from BROKEN and IGNORE as they are not required
Approved by: maintainer timeout
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) |