From 2197c6ed0777329d814f1a79a6929e1e346bf97b Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 7 Aug 2009 22:12:44 +0000 Subject: [PATCH] Use python.port.mk; fixes MODPY_VERSION=2.6 build. Doesn't affect the package -> no bump. ok ajacoutot@ --- textproc/gtk-doc/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index 2d22a6a52f9..1573dfa6131 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2009/04/16 08:11:13 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.14 2009/08/07 22:12:44 sthen Exp $ COMMENT= GTK C code documentation system @@ -16,7 +16,9 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MODULES= x11/gnome +MODULES= x11/gnome \ + lang/python +MODPY_RUNDEP= No CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --with-xml-catalog=${WRKDIR}/catalog.xml