summaryrefslogtreecommitdiff
path: root/fonts/t1lib
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 22:24:37 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 22:24:37 +0000
commit34fe7522adc0a4c846e7d0f69115c7ebf6925398 (patch)
tree4569190d353e1d261cb21b30739ae236f027ce8e /fonts/t1lib
parentad93dce8c274d9f95a3df1aa449e2211ed33757c (diff)
downloadpkgsrc-34fe7522adc0a4c846e7d0f69115c7ebf6925398.tar.gz
fonts: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'fonts/t1lib')
-rw-r--r--fonts/t1lib/Makefile4
-rw-r--r--fonts/t1lib/options.mk6
2 files changed, 5 insertions, 5 deletions
diff --git a/fonts/t1lib/Makefile b/fonts/t1lib/Makefile
index 51697b313d9..91980c52f1c 100644
--- a/fonts/t1lib/Makefile
+++ b/fonts/t1lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2019/05/23 19:23:01 rillig Exp $
+# $NetBSD: Makefile,v 1.54 2019/11/02 22:24:43 rillig Exp $
DISTNAME= t1lib-5.1.2
PKGREVISION= 6
@@ -29,7 +29,7 @@ INSTALLATION_DIRS= ${EGDIR} ${DATADIR} share/doc
PLIST_VARS+= x11
.if !empty(PKG_OPTIONS:Mx11)
-PLIST.x11= yes
+PLIST.x11= yes
.else
CONFIGURE_ARGS+= --without-x
.endif
diff --git a/fonts/t1lib/options.mk b/fonts/t1lib/options.mk
index 7caccd7d93c..9b6160862bb 100644
--- a/fonts/t1lib/options.mk
+++ b/fonts/t1lib/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2011/11/29 17:55:07 drochner Exp $
+# $NetBSD: options.mk,v 1.3 2019/11/02 22:24:43 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.t1lib
-PKG_SUPPORTED_OPTIONS+= x11
-PKG_SUGGESTED_OPTIONS+= x11
+PKG_SUPPORTED_OPTIONS+= x11
+PKG_SUGGESTED_OPTIONS+= x11
.include "../../mk/bsd.options.mk"