summaryrefslogtreecommitdiff
path: root/www/sqtop
diff options
context:
space:
mode:
authorroy <roy>2017-01-04 15:23:15 +0000
committerroy <roy>2017-01-04 15:23:15 +0000
commit3a1ffad099daccb882cbb6debb37c8139538c7b1 (patch)
treeae5ac01883d733abe7ecf6b5a17fa7ef9458cd7d /www/sqtop
parentd01e447f398269ecc4e9d1b07cf74c7ff7d79d40 (diff)
downloadpkgsrc-3a1ffad099daccb882cbb6debb37c8139538c7b1.tar.gz
Use the curses framework.
Diffstat (limited to 'www/sqtop')
-rw-r--r--www/sqtop/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/sqtop/Makefile b/www/sqtop/Makefile
index e2e55a9df79..0daa588f8d5 100644
--- a/www/sqtop/Makefile
+++ b/www/sqtop/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2016/02/26 10:57:46 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2017/01/04 15:23:15 roy Exp $
DISTNAME= sqtop-2013-12-17
PKGNAME= ${DISTNAME:C/([0-9])-/\1/g}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= www
MASTER_SITES= http://sqtop.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
@@ -16,12 +16,13 @@ DEPENDS+= squid-[0-9]*:../../www/squid3
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
+FAKE_NCURSES= yes
CONFIGURE_ARGS.NetBSD+= --with-resolver=netdb_getnameinfo
LDFLAGS.SunOS+= -lsocket -lnsl
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/resolv.buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"