diff options
author | markd <markd@pkgsrc.org> | 2020-11-01 10:58:54 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2020-11-01 10:58:54 +0000 |
commit | e3380f35cceeaa216fd82f4b4f35b812a534f1de (patch) | |
tree | 98e369f969ca0a873a8661bfb61dd2cf7906a859 /fonts | |
parent | 65624312f9a7a0e410c86f973f90e7f4f21eef4b (diff) | |
download | pkgsrc-e3380f35cceeaa216fd82f4b4f35b812a534f1de.tar.gz |
fontforge: align the block
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/fontforge/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile index c31059fed6d..4e764dcc0b3 100644 --- a/fonts/fontforge/Makefile +++ b/fonts/fontforge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.117 2020/11/01 10:56:19 markd Exp $ +# $NetBSD: Makefile,v 1.118 2020/11/01 10:58:54 markd Exp $ DISTNAME= fontforge-20200314 CATEGORIES= fonts editors @@ -21,7 +21,7 @@ GCC_REQD+= 4.8 CONFIGURE_DIRS+= build CMAKE_ARGS+= .. -CMAKE_ARGS+= -DENABLE_DOCS=NO +CMAKE_ARGS+= -DENABLE_DOCS=NO PY_PATCHPLIST= yes |