pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/t1lib fonts/t1lib: allow to be built using neXtaw



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed455ce8ba31
branches:  trunk
changeset: 449097:ed455ce8ba31
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 21 00:01:46 2021 +0000

description:
fonts/t1lib: allow to be built using neXtaw

Suggested by Simon Adda-Reyss via private mail.

No change to the default configuration.

diffstat:

 fonts/t1lib/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 63695d8a2cab -r ed455ce8ba31 fonts/t1lib/options.mk
--- a/fonts/t1lib/options.mk    Sat Mar 20 23:32:53 2021 +0000
+++ b/fonts/t1lib/options.mk    Sun Mar 21 00:01:46 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2019/11/02 22:24:43 rillig Exp $
+# $NetBSD: options.mk,v 1.4 2021/03/21 00:01:46 rillig Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.t1lib
 PKG_SUPPORTED_OPTIONS+=        x11
@@ -8,7 +8,7 @@
 
 .if !empty(PKG_OPTIONS:Mx11)
 .include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXaw/buildlink3.mk"
+.include "../../mk/xaw.buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index