diff options
author | Craig Leres <leres@FreeBSD.org> | 2019-02-15 03:09:33 +0000 |
---|---|---|
committer | Craig Leres <leres@FreeBSD.org> | 2019-02-15 03:09:33 +0000 |
commit | 5a9395f43f945db3c79dd52697952ef1d51b3e56 (patch) | |
tree | 70b5ae3171ae538942aeb4c19b7d5c515ca60568 /security/snortreport | |
parent | 2c6f3e93deb4e43a2debf9276655777f216e7065 (diff) | |
download | ports-5a9395f43f945db3c79dd52697952ef1d51b3e56.tar.gz ports-5a9395f43f945db3c79dd52697952ef1d51b3e56.zip |
Notes
Diffstat (limited to 'security/snortreport')
-rw-r--r-- | security/snortreport/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/security/snortreport/Makefile b/security/snortreport/Makefile index f0a167c0bf64..7827b6335f58 100644 --- a/security/snortreport/Makefile +++ b/security/snortreport/Makefile @@ -29,12 +29,6 @@ USES= php:web MYSQL_USE= php=mysql PGSQL_USE= php=pgsql -.include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MBARNYARD} -DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible -EXPIRATION_DATE=2019-02-15 -.endif - pre-everything:: @${ECHO} "" @${ECHO} "You have to configure PHP either with MySQL or PostgreSQL" |