diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-23 07:08:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-23 07:08:50 +0000 |
commit | 39c88640af9f0c4855e39416b45b52bbe59a6731 (patch) | |
tree | 688801ee8fec2ac0f7319bacc47c95de7dac7071 /security/doorman | |
parent | e057cd0c35a0884725805d93f34c0b7f1b7c50ed (diff) |
- Mark IGNORE for now, it does not run properly
PR: ports/81367
Submitted by: Aaron Dalton <aaron@daltons.ca>
OK'ed by: maintainer
Notes
Notes:
svn path=/head/; revision=135923
Diffstat (limited to 'security/doorman')
-rw-r--r-- | security/doorman/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/doorman/Makefile b/security/doorman/Makefile index 37226ffc63c6..74b742e8aa03 100644 --- a/security/doorman/Makefile +++ b/security/doorman/Makefile @@ -18,6 +18,8 @@ COMMENT= A Port Knocking implementation, both daemon and client BUILD_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof RUN_DEPENDS= ${BUILD_DEPENDS} +IGNORE= does not work correctly, issues with the pcap library. Patches are under development + PKGMESSAGE= ${WRKDIR}/pkg-message # Default to db4 |