summaryrefslogtreecommitdiff
path: root/graphics/gphoto2
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-06-14 23:58:31 +0000
committerobache <obache@pkgsrc.org>2007-06-14 23:58:31 +0000
commitf47ca638fc0f9f7afef868763bda47002b056b5e (patch)
tree3de99e081d15e20e37d2a1bb02af04c142c26947 /graphics/gphoto2
parent003d4f0d83394a13ec67a821793c172d1d99f9e8 (diff)
downloadpkgsrc-f47ca638fc0f9f7afef868763bda47002b056b5e.tar.gz
Need GNU Readline.
Uses rl_completion_matches (configure script checks) and rl_copy_text (not). Pointed out in PR 36486. Bump PKGREVISION.
Diffstat (limited to 'graphics/gphoto2')
-rw-r--r--graphics/gphoto2/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile
index d4cf6f63a8b..33e64db3339 100644
--- a/graphics/gphoto2/Makefile
+++ b/graphics/gphoto2/Makefile
@@ -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-cdk-prefix=${BUILDLINK_PREFIX.cdk}
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"