summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2013-10-16 13:09:00 +0000
committerroy <roy@pkgsrc.org>2013-10-16 13:09:00 +0000
commit431b43424ebbfbc7eaac80a852db0d64bbae030e (patch)
tree8a0601c38e6131895c392d86cd5de3e0f791b151 /devel
parent901d1f5f066508fbb7f47d1cc7932d88c47f5e6d (diff)
downloadpkgsrc-431b43424ebbfbc7eaac80a852db0d64bbae030e.tar.gz
Works fine with system curses
Diffstat (limited to 'devel')
-rw-r--r--devel/libstatgrab/Makefile3
-rw-r--r--devel/libstatgrab/options.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile
index 9a89aed3ddf..49e9754b1fc 100644
--- a/devel/libstatgrab/Makefile
+++ b/devel/libstatgrab/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2013/09/13 10:13:20 sno Exp $
+# $NetBSD: Makefile,v 1.25 2013/10/16 13:09:00 roy Exp $
DISTNAME= libstatgrab-0.90
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ \
ftp://ftp.i-scream.org/pub/i-scream/libstatgrab/ \
diff --git a/devel/libstatgrab/options.mk b/devel/libstatgrab/options.mk
index 473c1ded5a8..1204c6af69b 100644
--- a/devel/libstatgrab/options.mk
+++ b/devel/libstatgrab/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2009/05/16 04:18:13 obache Exp $
+# $NetBSD: options.mk,v 1.4 2013/10/16 13:09:00 roy Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libstatgrab
PKG_SUPPORTED_OPTIONS= saidar statgrab
@@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --disable-statgrab
.if !empty(PKG_OPTIONS:Msaidar)
PLIST.saidar= yes
-. include "../../devel/ncurses/buildlink3.mk"
+. include "../../mk/curses.buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-saidar
.endif