diff options
author | kris <kris@FreeBSD.org> | 2006-10-12 11:35:56 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-10-12 11:35:56 +0800 |
commit | d2f0ad07190576820a222c8d1b801a955e458e01 (patch) | |
tree | e964766a42c13d090f4bf5d73e9ffbe0b64a1a85 /security | |
parent | 7c77c0438ddbc7ca073239c660cb86f8f3f7df74 (diff) | |
download | freebsd-ports-gnome-d2f0ad07190576820a222c8d1b801a955e458e01.tar.gz freebsd-ports-gnome-d2f0ad07190576820a222c8d1b801a955e458e01.tar.zst freebsd-ports-gnome-d2f0ad07190576820a222c8d1b801a955e458e01.zip |
Revert previous commit; it still conflicts but CONFLICTS checking was
broken at the time.
Approved by: portmgr (self)
Diffstat (limited to 'security')
-rw-r--r-- | security/snortreport/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/snortreport/Makefile b/security/snortreport/Makefile index 51eacf1551d0..56005ccb67b8 100644 --- a/security/snortreport/Makefile +++ b/security/snortreport/Makefile @@ -23,6 +23,8 @@ WANT_PHP_WEB= yes PKGMESSAGE= ${WRKDIR}/pkg-message NO_BUILD= yes +BROKEN= does not package; depends on multiple versions of PHP + pre-everything:: @${ECHO} "" @${ECHO} "You have to configure PHP either with MySQL or PostgreSQL" |