diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-23 13:24:53 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-23 13:24:53 +0000 |
commit | 2ac8e45b302661f32c1150bc000ad597714a545f (patch) | |
tree | 90ea9c07e1113a3bc340f96d46f703b5020d7eec /misc | |
parent | 9be0d645fd930e63a69f8b0fc651971b3be0f5f9 (diff) | |
download | ports-2ac8e45b302661f32c1150bc000ad597714a545f.tar.gz ports-2ac8e45b302661f32c1150bc000ad597714a545f.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tempcontrol/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/tempcontrol/Makefile b/misc/tempcontrol/Makefile index 0f75a90c4e1c..a2d197040b8f 100644 --- a/misc/tempcontrol/Makefile +++ b/misc/tempcontrol/Makefile @@ -11,6 +11,7 @@ COMMENT= Temperature control for fermenting beer and other applications LICENSE= BSD2CLAUSE +USES= readline MAKE_ARGS= CFLAGS="${CFLAGS} -Wall -Wno-parentheses" NO_WRKSUBDIR= yes |