pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gphoto2 Need GNU Readline.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5eeaf75a8114
branches: trunk
changeset: 530000:5eeaf75a8114
user: obache <obache%pkgsrc.org@localhost>
date: Thu Jun 14 23:58:31 2007 +0000
description:
Need GNU Readline.
Uses rl_completion_matches (configure script checks) and rl_copy_text (not).
Pointed out in PR 36486.
Bump PKGREVISION.
diffstat:
graphics/gphoto2/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 99adf4e51464 -r 5eeaf75a8114 graphics/gphoto2/Makefile
--- a/graphics/gphoto2/Makefile Thu Jun 14 22:02:45 2007 +0000
+++ b/graphics/gphoto2/Makefile Thu Jun 14 23:58:31 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2007/01/02 18:33:50 adam Exp $
+# $NetBSD: Makefile,v 1.39 2007/06/14 23:58:31 obache Exp $
DISTNAME= gphoto2-2.3.1
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/}
EXTRACT_SUFX= .tar.bz2
@@ -20,6 +21,9 @@
CONFIGURE_ARGS+= --with-exif-prefix=${BUILDLINK_PREFIX.libexif}
CONFIGURE_ARGS+= --with-jpeg-prefix=${BUILDLINK_PREFIX.jpeg}
+# uses rl_completion_matches() (NetBSD 3.* don't have) and rl_copy_text()
+USE_GNU_READLINE= yes
+
.include "../../devel/cdk/buildlink3.mk"
.include "../../devel/libgphoto2/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index