- Remove doxygen docs build.

Reported by:	pointyhat via pav
Approved by:	Ashish Shukla <wahjava@gmail.com> (maintainer),
		sat (mentor)
This commit is contained in:
Beech Rintoul 2007-09-05 14:45:07 +00:00
parent 278ff84025
commit eea81cfcdd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198843
3 changed files with 2 additions and 1503 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= libxcb
PORTVERSION= 1.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= XORG/current/src/extras
@ -21,12 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck \
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-proto \
${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs
.if defined(NOPORTDOCS)
CONFIGURE_ARGS+= --disable-build-docs BUILD_DOCS=no
.else
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \
dot:${PORTSDIR}/graphics/graphviz
.endif
CONFIGURE_ARGS+= --disable-build-docs --without-doxygen
USE_BZIP2= yes
USE_GNOME= gnomehack

View File

@ -9,13 +9,3 @@
pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_DATA = \
xcb.pc \
@@ -269,6 +269,10 @@
xcb-xtest.pc.in \
xcb-xv.pc.in \
xcb-xvmc.pc.in
+
+ifeq ($(BUILD_DOCS),yes)
+SUBDIRS += doc
+endif
all: all-recursive

File diff suppressed because it is too large Load Diff