diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-11-12 14:40:20 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-11-12 14:40:20 +0000 |
commit | c3d62f103b9c769bb6945eff24f24bab4a9521a1 (patch) | |
tree | e397ee918cfbb840d9b0ed8de94a4ab618a66412 /sysutils | |
parent | 1294646d3d2943cb01c2ad4969b077bfabaf42e1 (diff) | |
download | pkgsrc-c3d62f103b9c769bb6945eff24f24bab4a9521a1.tar.gz |
*: Add CTF_SUPPORTED/CTF_FILES_SKIP where necessary.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/apcupsd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 62c0826cc93..7c1bf8da02f 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2018/03/12 11:17:31 wiz Exp $ +# $NetBSD: Makefile,v 1.86 2018/11/12 14:40:22 jperkin Exp $ DISTNAME= apcupsd-3.14.13r2365 PKGREVISION= 3 @@ -19,6 +19,8 @@ GNU_CONFIGURE= yes PKG_SYSCONFSUBDIR= apcupsd WRKSRC= ${WRKDIR}/apcupsd +CTF_SUPPORTED= no # https://smartos.org/bugview/OS-6533 + .include "options.mk" # Thread support is needed to compile powerflute, which has a curses |