pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/qbrew



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

Modified Files:
        pkgsrc/misc/qbrew: Makefile

Log Message:
qbrew: Fix indirect library dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/misc/qbrew/Makefile

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

Modified files:

Index: pkgsrc/misc/qbrew/Makefile
diff -u pkgsrc/misc/qbrew/Makefile:1.38 pkgsrc/misc/qbrew/Makefile:1.39
--- pkgsrc/misc/qbrew/Makefile:1.38     Sun Nov 12 13:22:52 2023
+++ pkgsrc/misc/qbrew/Makefile  Fri Jan 12 12:06:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2023/11/12 13:22:52 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2024/01/12 12:06:11 jperkin Exp $
 
 DISTNAME=      qbrew-0.4.1
 PKGREVISION=   11
@@ -14,8 +14,6 @@ USE_TOOLS+=   gmake
 HAS_CONFIGURE= yes
 USE_LIBTOOL=   yes
 
-BUILDLINK_DEPMETHOD.libXt?=    build
-
 CONFIGURE_ARGS+=       --prefix=${DESTDIR}${PREFIX}
 CONFIGURE_ARGS+=       --qtdir=${QTDIR}
 



Home | Main Index | Thread Index | Old Index