diff options
Diffstat (limited to 'converters/libvisio/Makefile')
-rw-r--r-- | converters/libvisio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/libvisio/Makefile b/converters/libvisio/Makefile index 13bc4d2c16d..e53767441f6 100644 --- a/converters/libvisio/Makefile +++ b/converters/libvisio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2019/08/22 12:22:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.64 2019/11/03 17:14:25 rillig Exp $ DISTNAME= libvisio-0.1.7 PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= Library and tools for parsing the visio file format LICENSE= gnu-lgpl-v2.1 OR mpl-1.1 OR gnu-gpl-v2 #BUILD_DEPENDS+= doxygen>=1.8.9:../../devel/doxygen -BUILD_DEPENDS+= gperf-[0-9]*:../../devel/gperf +BUILD_DEPENDS+= gperf-[0-9]*:../../devel/gperf USE_LANGUAGES= c c++11 USE_LIBTOOL= yes |