diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-03-16 18:07:10 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-03-16 18:07:10 +0800 |
commit | 98d296bcb694e07ff9b894e92ab15e05d5bc9b1b (patch) | |
tree | 0bad4a9e166bd5ba0be1bad3ca03d6eb269f92a6 /comms/openobex/Makefile | |
parent | 27100b9cc1e31965c45400856cd7bc74b4ce16d4 (diff) | |
download | freebsd-ports-gnome-98d296bcb694e07ff9b894e92ab15e05d5bc9b1b.tar.gz freebsd-ports-gnome-98d296bcb694e07ff9b894e92ab15e05d5bc9b1b.tar.zst freebsd-ports-gnome-98d296bcb694e07ff9b894e92ab15e05d5bc9b1b.zip |
- Make DOXYGEN option default only when mass building packages
- Bump PORTREVISION
Requested by: danfe
Diffstat (limited to 'comms/openobex/Makefile')
-rw-r--r-- | comms/openobex/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index 5143b8480326..d87ed18806e0 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -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> |