diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2016-12-23 07:58:35 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2016-12-23 07:58:35 +0000 |
commit | 0739620782a5b84d227124b82f048eeb25dc4906 (patch) | |
tree | a1ca6d9d3d09c2ce563e4adb3e484a57910306ec /graphics | |
parent | 9920aa5f24562addb86ddff0eb919539f9c99e1e (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/partio/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/partio/Makefile b/graphics/partio/Makefile index cd3095468cc1..e837a7006d4b 100644 --- a/graphics/partio/Makefile +++ b/graphics/partio/Makefile @@ -2,7 +2,7 @@ PORTNAME= partio PORTVERSION= 1.1.0.20150221 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics math MAINTAINER= mva@FreeBSD.org @@ -18,10 +18,10 @@ USE_GITHUB= yes GH_ACCOUNT= wdas GH_TAGNAME= 1fd6747 -OPTIONS_DEFINE= DOXYGEN PYTHON +OPTIONS_DEFINE= DOCS PYTHON OPTIONS_DEFAULT= PYTHON -DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +DOCS_BUILD_DEPENDS= doxygen:devel/doxygen PYTHON_USES= python:2.7+ PYTHON_BUILD_DEPENDS= swig:devel/swig13 @@ -39,12 +39,12 @@ post-patch: @${REINPLACE_CMD} -e '/ADD_SUBDIRECTORY.*src\/py.*/d' \ ${WRKSRC}/CMakeLists.txt .endif -.if !${PORT_OPTIONS:MDOXYGEN} +.if !${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e '/ADD_SUBDIRECTORY.*src\/doc.*/d' \ ${WRKSRC}/CMakeLists.txt .endif -.if ${PORT_OPTIONS:MDOXYGEN} +.if ${PORT_OPTIONS:MDOCS} post-build: @(cd ${BUILD_WRKSRC}; make doc) .endif |