mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
It is abandonded upstream for years and is Python-2.7-only. Adjust consumers, some only need a rebuild, others have their documentation formerly created by gnome-doc-utils / xml2po removed. Remove gnomedocutils from USE_GNOME Submitted by: rene Approved by: portmgr (mat), gnome (kwm) Differential Revision: https://reviews.freebsd.org/D23381
11 lines
303 B
Text
11 lines
303 B
Text
--- docs/Makefile.in.orig 2016-11-23 13:06:30 UTC
|
|
+++ docs/Makefile.in
|
|
@@ -400,7 +400,7 @@ x11_CFLAGS = @x11_CFLAGS@
|
|
x11_LIBS = @x11_LIBS@
|
|
xml_CFLAGS = @xml_CFLAGS@
|
|
xml_LIBS = @xml_LIBS@
|
|
-SUBDIRS = help man reference
|
|
+SUBDIRS = man reference
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
all: all-recursive
|
|
|