205c226bb2
MODGNOME_HELP_FILES is set to yes. * add a build_depends on gnome-doc-utils if MODGNOME_HELP_FILES is set to yes * add rarian as a run_depends for gnome-doc-utils (will help with older ports that will never be updated from using deprecated scrollkeeper) * remove build+run_depends on gnome-doc-utils and rarian for ports that have MODGNOME_HELP_FILES as they are now implied. * bump where needed This should help in having all required build dependencies for gnome-related ports and it greatly simplifies things. "thanks for cleaning this mess" and ok jasper@
26 lines
477 B
Makefile
26 lines
477 B
Makefile
# $OpenBSD: Makefile,v 1.11 2009/04/06 10:05:21 ajacoutot Exp $
|
|
|
|
COMMENT= developer documentation for GNOME
|
|
|
|
GNOME_PROJECT= gnome-devel-docs
|
|
GNOME_VERSION= 2.24.1
|
|
PKGNAME= ${DISTNAME}p4
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= x11/gnome
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
MODGNOME_HELP_FILES= Yes
|
|
|
|
PKG_ARCH= *
|
|
USE_LIBTOOL= No
|
|
CONFIGURE_ARGS= --disable-scrollkeeper
|
|
|
|
.include <bsd.port.mk>
|