diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/openobex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index dc8c7566ae5..06e56a42738 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2016/11/24 13:43:35 mef Exp $ +# $NetBSD: Makefile,v 1.30 2016/11/24 14:11:31 mef Exp $ DISTNAME= openobex-1.7.1-Source PKGNAME= ${DISTNAME:C/-Source//} @@ -11,7 +11,7 @@ HOMEPAGE= https://gitorious.org/openobex COMMENT= Implementation of the Object Exchange (OBEX) protocol LICENSE= gnu-lgpl-v2 -BUILD_DEPENDS+= doxygen>=1.8.9.1:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.8.12:../../devel/doxygen USE_CMAKE= yes USE_TOOLS+= cmake pkg-config |