diff options
author | John Marino <marino@FreeBSD.org> | 2016-08-23 14:21:05 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-08-23 14:21:05 +0000 |
commit | 885ef1cdc8433799881b868d5ebafe5ea73e196f (patch) | |
tree | 7b94ad71b020649f7d20ab38b332e9fb3879080e /misc/tempcontrol | |
parent | 2366fc9170e3614c152fb8d51e795963182f8b47 (diff) |
Notes
Diffstat (limited to 'misc/tempcontrol')
-rw-r--r-- | misc/tempcontrol/Makefile | 3 | ||||
-rw-r--r-- | misc/tempcontrol/files/patch-Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/misc/tempcontrol/Makefile b/misc/tempcontrol/Makefile index 3178c9c4f8b7..b4914d1ad670 100644 --- a/misc/tempcontrol/Makefile +++ b/misc/tempcontrol/Makefile @@ -3,6 +3,7 @@ PORTNAME= tempcontrol PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.lemis.com/grog/brewing/src/brewing/tempcontrol/ @@ -12,7 +13,7 @@ COMMENT= Temperature control for fermenting beer and other applications LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= readline +USES= ncurses readline NO_WRKSUBDIR= yes PLIST_FILES= bin/tempcontrol share/tempcontrol/temperaturecontrolrc.sample \ diff --git a/misc/tempcontrol/files/patch-Makefile b/misc/tempcontrol/files/patch-Makefile index 87fe41a6f6bf..2a7aeb2966b9 100644 --- a/misc/tempcontrol/files/patch-Makefile +++ b/misc/tempcontrol/files/patch-Makefile @@ -14,7 +14,7 @@ tempcontrol: ${OBJS} - ${CC} -o $@ ${CFLAGS} ${OBJS} -lreadline -lcurses -lutil -+ ${CC} -o $@ ${CFLAGS} ${OBJS} ${LDFLAGS} -lreadline -lcurses -lutil ++ ${CC} -o $@ ${CFLAGS} ${OBJS} ${LDFLAGS} -lreadline -lncurses -lutil clean: rm -f *~ myparser* parser.h parserc.h parsercommands.c.sample parserkeys.h *.o ${PROG} |