svn commit: r385757 - head/security/burpsuite
Mathieu Arnold
mat at FreeBSD.org
Fri May 8 10:44:48 UTC 2015
Author: mat
Date: Fri May 8 10:44:47 2015
New Revision: 385757
URL: https://svnweb.freebsd.org/changeset/ports/385757
Log:
Is_INTERACTIVE should not be used.
With hat: portmgr
Sponsored by: Absolight
Modified:
head/security/burpsuite/Makefile
Modified: head/security/burpsuite/Makefile
==============================================================================
--- head/security/burpsuite/Makefile Fri May 8 10:44:34 2015 (r385756)
+++ head/security/burpsuite/Makefile Fri May 8 10:44:47 2015 (r385757)
@@ -17,7 +17,8 @@ NO_BUILD= yes
JAVA_VERSION= 1.7
JAVA_VENDOR= openjdk
WRKSRC= ${WRKDIR}/${DISTNAME}
-IS_INTERACTIVE= yes
+
+BROKEN= is interactive
PLIST_FILES= bin/${PORTNAME} \
%%JAVAJARDIR%%/${DISTNAME}.jar
More information about the svn-ports-all
mailing list