pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xrootconsole xrootconsole: Remove libutil on SunOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2aaed98c8948
branches:  trunk
changeset: 390043:2aaed98c8948
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Dec 15 11:31:43 2022 +0000

description:
xrootconsole: Remove libutil on SunOS.

diffstat:

 x11/xrootconsole/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3d170798793b -r 2aaed98c8948 x11/xrootconsole/Makefile
--- a/x11/xrootconsole/Makefile Thu Dec 15 11:31:18 2022 +0000
+++ b/x11/xrootconsole/Makefile Thu Dec 15 11:31:43 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/09/06 10:40:36 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/12/15 11:31:43 jperkin Exp $
 
 DISTNAME=      xrootconsole-0.6
 PKGREVISION=   2
@@ -12,6 +12,8 @@
 
 USE_TOOLS+=            gmake
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-lutil
+
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
 .include "../../x11/libX11/buildlink3.mk"



Home | Main Index | Thread Index | Old Index