diff options
Diffstat (limited to 'comms/openobex/Makefile')
-rw-r--r-- | comms/openobex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index f40c9175424..5db7c3e5f08 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2020/10/06 03:46:02 mef Exp $ +# $NetBSD: Makefile,v 1.35 2022/10/04 08:00:49 wiz Exp $ DISTNAME= openobex-1.7.2-Source PKGNAME= ${DISTNAME:C/-Source//} +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/} @@ -10,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Implementation of the Object Exchange (OBEX) protocol LICENSE= gnu-lgpl-v2 -BUILD_DEPENDS+= doxygen>=1.8.20:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.9.5:../../devel/doxygen USE_CMAKE= yes USE_TOOLS+= cmake pkg-config |