diff options
author | wiedi <wiedi@pkgsrc.org> | 2017-09-22 22:18:01 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2017-09-22 22:18:01 +0000 |
commit | d5c8475f2640192d05fa834dd41f1f4d25d2c006 (patch) | |
tree | 5c1cb01063405215f8c4e0326f9d9f5a8d986764 | |
parent | b9ed83d043bb907ddc45c9380d7a1c89e73b33b8 (diff) | |
download | pkgsrc-d5c8475f2640192d05fa834dd41f1f4d25d2c006.tar.gz |
goaccess: fix build on SunOS
Needs c99
-rw-r--r-- | www/goaccess/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/goaccess/Makefile b/www/goaccess/Makefile index ba2578f2a5f..16e0094728b 100644 --- a/www/goaccess/Makefile +++ b/www/goaccess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/06/10 16:17:07 wiedi Exp $ +# $NetBSD: Makefile,v 1.17 2017/09/22 22:18:01 wiedi Exp $ DISTNAME= goaccess-1.2 CATEGORIES= www @@ -11,6 +11,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes +USE_LANGUAGES= c99 USE_TOOLS+= pkg-config aclocal autoconf automake USE_NCURSES= yes |