pkgsrc-WIP-changes archive

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

xsnow: Update dependencies



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Dec 4 12:11:28 2020 +0100
Changeset:	0367972ab34d84a29e744de687c48822080bc982

Modified Files:
	xsnow/Makefile
	xsnow/TODO

Log Message:
xsnow: Update dependencies

- Remove libXext dependency
- Add libX11 dependency

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

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

diffstat:
 xsnow/Makefile | 2 +-
 xsnow/TODO     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/xsnow/Makefile b/xsnow/Makefile
index ed68cccd05..7d4f7c063b 100644
--- a/xsnow/Makefile
+++ b/xsnow/Makefile
@@ -16,7 +16,7 @@ GNU_CONFIGURE=	yes
 
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/xsnow/TODO b/xsnow/TODO
index cd81a1b1df..9cb850bf3f 100644
--- a/xsnow/TODO
+++ b/xsnow/TODO
@@ -1,3 +1,4 @@
 [X] Add license to Makefile
 [X] Add new dependecies
 [ ] Update to 3.1.8 (should have NetBSD support)
+[ ] Update PLIST


Home | Main Index | Thread Index | Old Index