aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-09-29 10:44:54 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-09-29 10:44:54 +0000
commitd3fd6f2145b5cd67b7b8fb1e29e8788e5544ab5e (patch)
tree293b0dd70d15186f0666c51d4a44418ff4929428 /comms
parent903eef6e32c99e17b9301f4d3b41621a2d96874c (diff)
downloadports-d3fd6f2145b5cd67b7b8fb1e29e8788e5544ab5e.tar.gz
ports-d3fd6f2145b5cd67b7b8fb1e29e8788e5544ab5e.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/openobex/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile
index ba067aeb83c9..b3cf99b19067 100644
--- a/comms/openobex/Makefile
+++ b/comms/openobex/Makefile
@@ -20,15 +20,8 @@ OPTIONS_DEFINE= DOXYGEN
OPTIONS_DEFAULT+= DOXYGEN
.endif
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOXYGEN}
-BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
-PLIST_SUB+= DOXYGEN=""
-.else
-CMAKE_ARGS+= -DBUILD_DOCUMENTATION=OFF
-PLIST_SUB+= DOXYGEN="@comment "
-.endif
+OPTIONS_SUB=yes
+DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
+DOXYGEN_CMAKE_OFF= -DBUILD_DOCUMENTATION=OFF
.include <bsd.port.mk>