svn commit: r390565 - head/devel/libdbusmenu-qt

Raphael Kubo da Costa rakuco at FreeBSD.org
Thu Jun 25 12:36:30 UTC 2015


Author: rakuco
Date: Thu Jun 25 12:36:29 2015
New Revision: 390565
URL: https://svnweb.freebsd.org/changeset/ports/390565

Log:
  Reinstate the check for PACKAGE_BUILDING.
  
  It should not have been removed, we still want to build the documentation
  when creating packages.

Modified:
  head/devel/libdbusmenu-qt/Makefile

Modified: head/devel/libdbusmenu-qt/Makefile
==============================================================================
--- head/devel/libdbusmenu-qt/Makefile	Thu Jun 25 12:19:15 2015	(r390564)
+++ head/devel/libdbusmenu-qt/Makefile	Thu Jun 25 12:36:29 2015	(r390565)
@@ -30,6 +30,10 @@ DOXYGEN_CMAKE_ON=	-DWITH_DOC:BOOL=TRUE
 DOXYGEN_CMAKE_OFF=	-DWITH_DOC:BOOL=FALSE
 DOXYGEN_BUILD_DEPENDS=	doxygen:${PORTSDIR}/devel/doxygen
 
+.if defined(PACKAGE_BUILDING)
+OPTIONS_DEFAULT+=      DOXYGEN
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e '/add_subdirectory(tests)/ d' \
 			  -e '/add_subdirectory(tools)/ d' \


More information about the svn-ports-all mailing list