pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/sqtop



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 15:23:15 UTC 2017

Modified Files:
        pkgsrc/www/sqtop: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/sqtop/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/sqtop/Makefile
diff -u pkgsrc/www/sqtop/Makefile:1.8 pkgsrc/www/sqtop/Makefile:1.9
--- pkgsrc/www/sqtop/Makefile:1.8       Fri Feb 26 10:57:46 2016
+++ pkgsrc/www/sqtop/Makefile   Wed Jan  4 15:23:15 2017
@@ -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"



Home | Main Index | Thread Index | Old Index