pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/xsc



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jan 12 12:08:06 UTC 2024

Modified Files:
        pkgsrc/games/xsc: Makefile

Log Message:
xsc: Fix indirect library depends.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/games/xsc/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/xsc/Makefile
diff -u pkgsrc/games/xsc/Makefile:1.14 pkgsrc/games/xsc/Makefile:1.15
--- pkgsrc/games/xsc/Makefile:1.14      Wed Aug  2 19:21:53 2023
+++ pkgsrc/games/xsc/Makefile   Fri Jan 12 12:08:06 2024
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2023/08/02 19:21:53 nia Exp $
-#
+# $NetBSD: Makefile,v 1.15 2024/01/12 12:08:06 jperkin Exp $
 
 DISTNAME=              xsc-1.5
 PKGREVISION=           2
@@ -22,8 +21,5 @@ do-install:
        ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/xsc
        ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/xsc
 
-BUILDLINK_DEPMETHOD.libXt?=    build
-
-.include "../../x11/libXt/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index