c89ef704dd
- 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@
29 lines
582 B
Makefile
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>
|