diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-03-16 10:07:10 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-03-16 10:07:10 +0000 |
commit | 6e4aa19f9980cd65c28d5877f8aa6826699410bb (patch) | |
tree | 0bad4a9e166bd5ba0be1bad3ca03d6eb269f92a6 /comms | |
parent | 36e3a986177e1a453785aef87d85f516be89fba5 (diff) | |
download | ports-6e4aa19f9980cd65c28d5877f8aa6826699410bb.tar.gz ports-6e4aa19f9980cd65c28d5877f8aa6826699410bb.zip |
Notes
Diffstat (limited to 'comms')
-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> |