diff options
author | roy <roy@pkgsrc.org> | 2017-01-04 18:06:59 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2017-01-04 18:06:59 +0000 |
commit | b5613179b7f7ec441f84ba1a93a41e332f32e070 (patch) | |
tree | 316167f6f34efa2cd84fd409e115e42f6b681f9d /geography/gpsd | |
parent | 681cde8c1e909d820ee9b0e5b39c8d8a2436a390 (diff) | |
download | pkgsrc-b5613179b7f7ec441f84ba1a93a41e332f32e070.tar.gz |
Use the curses framework.
Diffstat (limited to 'geography/gpsd')
-rw-r--r-- | geography/gpsd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile index 26c711d2442..08927be1943 100644 --- a/geography/gpsd/Makefile +++ b/geography/gpsd/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.33 2017/01/01 14:43:41 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2017/01/04 18:06:59 roy Exp $ # gpsd 3.11 has been released. It has only not been updated because # newer versions use scons. DISTNAME= gpsd-2.96 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= geography MASTER_SITES= http://download-mirror.savannah.gnu.org/releases/gpsd/ @@ -24,7 +24,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.96 USE_TOOLS+= gmake USE_LIBTOOL= yes USE_LANGUAGES= c99 c++ -USE_NCURSES= yes +FAKE_NCURSES= yes CFLAGS.SunOS= -DLOG_PERROR=0 @@ -32,7 +32,7 @@ INSTALLATION_DIRS= sbin TEST_TARGET= check -.include "../../devel/ncurses/buildlink3.mk" .include "../../lang/python/extension.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |