mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
Port changes: * Changed to DISTVERSION * Added LICENSE_FILE * Converted LIB_DEPENDS=libxml2.so:textproc/libxml2 to USE_GNOME=libxml2 * Changed dependency devel/gobject-introspection from LIB to BUILD * Moved patchig from pre-configure to files/ * Added INSTALL_TARGET=install-strip * Removed GH_TAGNAME / added DISTVERSIONPREFIX PR: 226367 Submitted by: rozhuk.im@gmail.com (maintainer) Approved by: tcberner (mentor, implicit)
11 lines
360 B
Text
11 lines
360 B
Text
--- configure.ac.orig 2018-01-29 16:03:28 UTC
|
|
+++ configure.ac
|
|
@@ -268,7 +268,7 @@ GOBJECT_INTROSPECTION_CHECK([0.10.0])
|
|
AM_CONDITIONAL([HAVE_INTROSPECTION], [false])
|
|
enable_introspection=no])
|
|
|
|
-GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
|
|
+
|
|
AM_CONDITIONAL([BUILD_GTK_DOC], [test "x$enable_gtk_doc" = "xyes" || test ! -f "autogen.sh"])
|
|
|
|
APPSTREAM_XML
|