diff options
author | sbz <sbz@FreeBSD.org> | 2014-06-05 15:36:55 +0800 |
---|---|---|
committer | sbz <sbz@FreeBSD.org> | 2014-06-05 15:36:55 +0800 |
commit | 9b7e5b95fc016aa15bd227bad3ab4aa2bd0ccad8 (patch) | |
tree | 1c3a60e22ffe6555497382518c6048d1b6729d22 /graphics | |
parent | 07a145fce51f2c17a7ff744febc84d4a562df1c3 (diff) | |
download | freebsd-ports-gnome-9b7e5b95fc016aa15bd227bad3ab4aa2bd0ccad8.tar.gz freebsd-ports-gnome-9b7e5b95fc016aa15bd227bad3ab4aa2bd0ccad8.tar.zst freebsd-ports-gnome-9b7e5b95fc016aa15bd227bad3ab4aa2bd0ccad8.zip |
- Fix OPTIONS_DEFINE
Reported by: bapt
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-gvgen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-gvgen/Makefile b/graphics/py-gvgen/Makefile index 210c1c59fcc1..ad3c8384fd2f 100644 --- a/graphics/py-gvgen/Makefile +++ b/graphics/py-gvgen/Makefile @@ -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 \ |