pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/xtacy



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Dec 15 12:14:34 UTC 2022

Modified Files:
        pkgsrc/games/xtacy: Makefile

Log Message:
xtacy: Requires libXext.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/xtacy/Makefile

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

Modified files:

Index: pkgsrc/games/xtacy/Makefile
diff -u pkgsrc/games/xtacy/Makefile:1.1 pkgsrc/games/xtacy/Makefile:1.2
--- pkgsrc/games/xtacy/Makefile:1.1     Thu Dec 30 00:43:35 2021
+++ pkgsrc/games/xtacy/Makefile Thu Dec 15 12:14:34 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/12/30 00:43:35 nia Exp $
+# $NetBSD: Makefile,v 1.2 2022/12/15 12:14:34 jperkin Exp $
 
 DISTNAME=      xtacy114
 PKGNAME=       xtacy-1.14
@@ -20,4 +20,5 @@ USE_IMAKE=    yes
 LDFLAGS.NetBSD+=       -lcrypt
 
 .include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index