svn commit: r320932 - head
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jun 14 14:29:14 UTC 2013
Author: bapt
Date: Fri Jun 14 14:29:13 2013
New Revision: 320932
URL: http://svnweb.freebsd.org/changeset/ports/320932
Log:
Document the fact that _DEPENDS now also has per options helpers
Modified:
head/CHANGES
Modified: head/CHANGES
==============================================================================
--- head/CHANGES Fri Jun 14 14:28:42 2013 (r320931)
+++ head/CHANGES Fri Jun 14 14:29:13 2013 (r320932)
@@ -47,6 +47,9 @@ AUTHOR: bapt at FreeBSD.org
${OPT_CMAKE_OFF=<something> will automatically add:
CMAKE_ARGS+=<something> in case OPT is deactivated
+ ${OPT}_${TYPE}_DEPENDS=<something> will automatically add:
+ ${TYPE_DEPENDS}+=<something> in case OPT is 'on'
+
20130614:
AUTHOR: bapt at FreeBSD.org
More information about the svn-ports-all
mailing list