diff options
author | rillig <rillig> | 2007-01-08 02:39:42 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-01-08 02:39:42 +0000 |
commit | aca87f8bc71c80867153b11725bdc3aa274c8fdf (patch) | |
tree | 4e17f228350a3a3794f446221e643afa9334491c | |
parent | 9939af6265c3e50edf55ad1f4491ae1cc5cd056a (diff) | |
download | pkgsrc-aca87f8bc71c80867153b11725bdc3aa274c8fdf.tar.gz |
Don't run doxygen, even if it is installed.
-rw-r--r-- | devel/libgphoto2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libgphoto2/Makefile b/devel/libgphoto2/Makefile index 8c763af2b99..50ab917084e 100644 --- a/devel/libgphoto2/Makefile +++ b/devel/libgphoto2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2007/01/02 18:32:47 adam Exp $ +# $NetBSD: Makefile,v 1.33 2007/01/08 02:39:42 rillig Exp $ DISTNAME= libgphoto2-2.3.1 CATEGORIES= devel graphics @@ -15,6 +15,7 @@ USE_TOOLS+= pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +CONFIGURE_FLAGS+= DOXYGEN=no PKGCONFIG_OVERRIDE+= libgphoto2/libgphoto2.pc.in .include "../../mk/bsd.prefs.mk" |