pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xsel



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Nov 28 20:28:52 UTC 2023

Modified Files:
        pkgsrc/x11/xsel: Makefile

Log Message:
xsel: Remove libXt=build depmethod.

This package relies on libXt pulling in other X11 libraries, and it definitely
requires them at runtime.  Exposed by indirect dependency checks.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/xsel/Makefile

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

Modified files:

Index: pkgsrc/x11/xsel/Makefile
diff -u pkgsrc/x11/xsel/Makefile:1.3 pkgsrc/x11/xsel/Makefile:1.4
--- pkgsrc/x11/xsel/Makefile:1.3        Sun Nov 29 20:37:32 2020
+++ pkgsrc/x11/xsel/Makefile    Tue Nov 28 20:28:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/11/29 20:37:32 nia Exp $
+# $NetBSD: Makefile,v 1.4 2023/11/28 20:28:52 jperkin Exp $
 #
 
 DISTNAME=      xsel-1.2.0
@@ -13,8 +13,6 @@ GNU_CONFIGURE=        yes
 
 BUILDLINK_TRANSFORM+=  rm:-Werror
 
-BUILDLINK_DEPMETHOD.libXt?=    build
-
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xsel.1x ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xsel.1
 



Home | Main Index | Thread Index | Old Index