openbsd-ports/x11/gnome/users-guide/Makefile
ajacoutot c89ef704dd - nothing should have to run_depends on rarian anymore
- explicitely add build_depends on rarian where gnome-doc-utils is also a
build dependency as it does not itself run_depends on rarian anymore

This was the 2nd and hopefully last pass of rarian/scrollkeeper cleaning.

discussed with jasper@
2009-03-14 11:36:24 +00:00

29 lines
582 B
Makefile

# $OpenBSD: Makefile,v 1.30 2009/03/14 11:36:25 ajacoutot Exp $
# This port does not run_depends on devhelp on purpose, as it would
# create a cyclic dependency.
PKG_ARCH= *
COMMENT= general GNOME User Documentation
GNOME_PROJECT= gnome-user-docs
GNOME_VERSION= 2.24.2
PKGNAME= ${DISTNAME}p3
# GFDLv1.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= x11/gnome
BUILD_DEPENDS= ::x11/gnome/doc-utils \
::textproc/rarian
USE_LIBTOOL= No
CONFIGURE_ARGS= --disable-scrollkeeper
.include <bsd.port.mk>