Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2013 10:07:10 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314346 - head/comms/openobex
Message-ID:  <201303161007.r2GA7A0l006983@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303161007.r2GA7A0l006983>