diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-21 14:56:07 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-21 14:56:07 +0000 |
commit | 0edff6a8ba4cb636c03c839ff092228752a2bb59 (patch) | |
tree | 840908eff99d7383c65f76f5c9e2ebc05408322a /devel/libiqxmlrpc | |
parent | 2293db690a20bdb7aa5d8346052f3f49980ab20c (diff) |
Notes
Diffstat (limited to 'devel/libiqxmlrpc')
-rw-r--r-- | devel/libiqxmlrpc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libiqxmlrpc/Makefile b/devel/libiqxmlrpc/Makefile index 8903c688a270..04c38583af8f 100644 --- a/devel/libiqxmlrpc/Makefile +++ b/devel/libiqxmlrpc/Makefile @@ -3,7 +3,7 @@ PORTNAME= libiqxmlrpc PORTVERSION= 0.13.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel net MASTER_SITES= SF @@ -14,11 +14,11 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libboost_thread.so:devel/boost-libs -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOXYGEN OPTIONS_DEFAULT= -DOCS_BUILD_DEPENDS= doxygen:devel/doxygen -DOCS_CMAKE_OFF= -Dbuild_docs=off +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +DOXYGEN_CMAKE_OFF= -Dbuild_docs=off USE_GNOME= libxml2 USES= cmake tar:bzip2 |