svn commit: r314346 - head/comms/openobex

Guido Falsi madpilot at FreeBSD.org
Sat Mar 16 10:07:11 UTC 2013


Author: madpilot
Date: Sat Mar 16 10:07:10 2013
New Revision: 314346
URL: http://svnweb.freebsd.org/changeset/ports/314346

Log:
  - Make DOXYGEN option default only when mass building packages
  - Bump PORTREVISION
  
  Requested by:	danfe

Modified:
  head/comms/openobex/Makefile

Modified: head/comms/openobex/Makefile
==============================================================================
--- head/comms/openobex/Makefile	Sat Mar 16 09:35:14 2013	(r314345)
+++ head/comms/openobex/Makefile	Sat Mar 16 10:07:10 2013	(r314346)
@@ -2,7 +2,7 @@
 
 PORTNAME=	openobex
 PORTVERSION=	1.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	comms net
 MASTER_SITES=	http://www.hendrik-sattler.de/downloads/${PORTNAME}/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-Source
@@ -18,7 +18,10 @@ USE_DOS2UNIX=	CMakeLists.txt
 CMAKE_ARGS+=	-DPKGCONFIG_INSTALL_DIR:STRING="${PREFIX}/libdata/pkgconfig"
 
 OPTIONS_DEFINE=	DOXYGEN
-OPTIONS_DEFAULT=	DOXYGEN
+
+.if defined(PACKAGE_BUILDING)
+OPTIONS_DEFAULT+=	DOXYGEN
+.endif
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list