svn commit: r356604 - head/graphics/py-gvgen

Sofian Brabez sbz at FreeBSD.org
Thu Jun 5 07:36:56 UTC 2014


Author: sbz
Date: Thu Jun  5 07:36:55 2014
New Revision: 356604
URL: http://svnweb.freebsd.org/changeset/ports/356604
QAT: https://qat.redports.org/buildarchive/r356604/

Log:
  - Fix OPTIONS_DEFINE
  
  Reported by:	bapt

Modified:
  head/graphics/py-gvgen/Makefile

Modified: head/graphics/py-gvgen/Makefile
==============================================================================
--- head/graphics/py-gvgen/Makefile	Thu Jun  5 07:31:00 2014	(r356603)
+++ head/graphics/py-gvgen/Makefile	Thu Jun  5 07:36:55 2014	(r356604)
@@ -20,7 +20,7 @@ GH_ACCOUNT=	stricaud
 GH_TAGNAME=	${GH_COMMIT}
 GH_COMMIT=	777ab06
 
-OPTIONS=	DOCS
+OPTIONS_DEFINE=	DOCS
 
 PORTDOCS=	crypto-folks.png gvgen-legend.png gvgen-propertyforeachlinks.2.png \
 	      	gvgen-smartmode-2.png gvgen-cluster-node-link.png gvgen-legendin.png \


More information about the svn-ports-head mailing list