summaryrefslogtreecommitdiff
path: root/devel/libgphoto2
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2007-05-01 12:03:26 +0000
committerveego <veego@pkgsrc.org>2007-05-01 12:03:26 +0000
commit295313d8fe590db35daf6ea736328bd722ee11b7 (patch)
tree5b07281a97c2ce7f069b8381eccfd3bb7f74f251 /devel/libgphoto2
parent079ba155a6de85a07deb4be7ce11fee28f0843c3 (diff)
downloadpkgsrc-295313d8fe590db35daf6ea736328bd722ee11b7.tar.gz
Use a different way to really disable doxygen. CONFIGURE_FLAGS+=DOXYGEN=no
does not work anymore. Use CONFIGURE_ENV+=ac_cv_path_DOXYGEN=false Bump PKGREVISION.
Diffstat (limited to 'devel/libgphoto2')
-rw-r--r--devel/libgphoto2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libgphoto2/Makefile b/devel/libgphoto2/Makefile
index 2ff4f78b621..b044079336f 100644
--- a/devel/libgphoto2/Makefile
+++ b/devel/libgphoto2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2007/04/25 13:36:18 sborrill Exp $
+# $NetBSD: Makefile,v 1.38 2007/05/01 12:03:26 veego Exp $
DISTNAME= libgphoto2-2.3.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= devel graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/}
EXTRACT_SUFX= .tar.bz2
@@ -16,7 +16,7 @@ USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-CONFIGURE_FLAGS+= DOXYGEN=no
+CONFIGURE_ENV+= ac_cv_path_DOXYGEN=false
PKGCONFIG_OVERRIDE+= libgphoto2/libgphoto2.pc.in
.include "../../mk/bsd.prefs.mk"