pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xmindpath Needs err() and errx().



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d7e9aeee335
branches:  trunk
changeset: 533810:5d7e9aeee335
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 01 11:09:09 2007 +0000

description:
Needs err() and errx().

diffstat:

 x11/xmindpath/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d3f5899dca8c -r 5d7e9aeee335 x11/xmindpath/Makefile
--- a/x11/xmindpath/Makefile    Mon Oct 01 11:02:44 2007 +0000
+++ b/x11/xmindpath/Makefile    Mon Oct 01 11:09:09 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/01/15 18:17:38 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2007/10/01 11:09:09 rillig Exp $
 
 DISTNAME=      magicpoint-1.09a
 PKGNAME=       xmindpath-1.09a
@@ -11,6 +11,7 @@
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/contrib/xmindpath
 GNU_CONFIGURE= yes
+USE_FEATURES=  err
 
 BUILDLINK_DEPMETHOD.libXt?=    build
 



Home | Main Index | Thread Index | Old Index