pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/wap-utils



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 20:22:09 UTC 2017

Modified Files:
        pkgsrc/net/wap-utils: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/wap-utils/Makefile

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

Modified files:

Index: pkgsrc/net/wap-utils/Makefile
diff -u pkgsrc/net/wap-utils/Makefile:1.27 pkgsrc/net/wap-utils/Makefile:1.28
--- pkgsrc/net/wap-utils/Makefile:1.27  Sun Dec 18 23:33:11 2016
+++ pkgsrc/net/wap-utils/Makefile       Wed Jan  4 20:22:09 2017
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2016/12/18 23:33:11 joerg Exp $
+# $NetBSD: Makefile,v 1.28 2017/01/04 20:22:09 roy Exp $
 #
 
 DISTNAME=      ap-utils-1.3.2
 PKGNAME=       w${DISTNAME}
-PKGREVISION=   10
+PKGREVISION=   11
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ap-utils/}
 EXTRACT_SUFX=  .tar.bz2
@@ -14,9 +14,10 @@ COMMENT=     Wireless access points UNIX man
 
 GNU_CONFIGURE=         YES
 USE_PKGLOCALEDIR=      YES
+FAKE_NCURSES=          YES
 
 LDFLAGS.SunOS+=                -lsocket -lnsl
 
 .include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index