pkgsrc-WIP-changes archive

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

twin-environment: Depend on Xft for the sake of completeness



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Oct 22 05:56:36 2020 +0200
Changeset:	0695a8882af576d85807f006b215ba0514371463

Modified Files:
	twin-environment/Makefile
	twin-environment/PLIST

Log Message:
twin-environment: Depend on Xft for the sake of completeness

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0695a8882af576d85807f006b215ba0514371463

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 twin-environment/Makefile | 1 +
 twin-environment/PLIST    | 1 +
 2 files changed, 2 insertions(+)

diffs:
diff --git a/twin-environment/Makefile b/twin-environment/Makefile
index 191177af11..904872697c 100644
--- a/twin-environment/Makefile
+++ b/twin-environment/Makefile
@@ -31,4 +31,5 @@ REPLACE_FILES.true=	system.twinrc
 .endif
 
 .include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/twin-environment/PLIST b/twin-environment/PLIST
index 84e9a888ab..f803d77b3e 100644
--- a/twin-environment/PLIST
+++ b/twin-environment/PLIST
@@ -147,6 +147,7 @@ lib/twin/libhw_display.la
 lib/twin/libhw_gfx.la
 lib/twin/libhw_tty.la
 lib/twin/libhw_twin.la
+lib/twin/libhw_xft.la
 lib/twin/librcparse.la
 lib/twin/libsocket.la
 lib/twin/libterm.la


Home | Main Index | Thread Index | Old Index