diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-05-01 02:33:06 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-05-01 02:33:06 +0000 |
commit | de9b552061618b54f5d6d84469b2b53fba87a3dc (patch) | |
tree | 7b5e0f9ef7c62ef4f7436762dad2900d10df29e3 /security/jbrofuzz | |
parent | b3926e8d38aabbc9a8de8841985f45cab3cccaae (diff) |
I experienced catastrophic brain failure and put
PORT_OPTIONS= instead of OPTIONS_DEFINE=. Oops.
Notes
Notes:
svn path=/head/; revision=352712
Diffstat (limited to 'security/jbrofuzz')
-rw-r--r-- | security/jbrofuzz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/jbrofuzz/Makefile b/security/jbrofuzz/Makefile index ebe03b730734..24e4b100fa46 100644 --- a/security/jbrofuzz/Makefile +++ b/security/jbrofuzz/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= ${PORTNAME}.sh SUB_LIST= JAVA_CMD=${JAVA} JBROFUZZ=${PORTNAME} -PORT_OPTIONS= DOCS EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES .include <bsd.port.pre.mk> |