svn commit: r325801 - head/Mk

Kubilay Kocak koobs at FreeBSD.org
Sat Aug 31 12:02:47 UTC 2013


Author: koobs
Date: Sat Aug 31 12:02:46 2013
New Revision: 325801
URL: http://svnweb.freebsd.org/changeset/ports/325801

Log:
  Document the LIBTOOLIZE_ARGS variable
  
  Approved by:	bdrewery (portmgr)

Modified:
  head/Mk/bsd.autotools.mk

Modified: head/Mk/bsd.autotools.mk
==============================================================================
--- head/Mk/bsd.autotools.mk	Sat Aug 31 11:53:57 2013	(r325800)
+++ head/Mk/bsd.autotools.mk	Sat Aug 31 12:02:46 2013	(r325801)
@@ -43,6 +43,9 @@ Autotools_Include_MAINTAINER=	autotools@
 # AUTOHEADER_ARGS=...
 #	- Extra arguments passed to autoheader during configure step
 #
+# LIBTOOLIZE_ARGS=...
+#	- Extra arugments passed to libtoolize during configure step
+#
 # LIBTOOLFLAGS=<value>
 #	- Arguments passed to libtool during configure step
 #


More information about the svn-ports-all mailing list