pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kde-workspace4 kde-workspace4: SunOS PLIST fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb3985437d7e
branches:  trunk
changeset: 377621:eb3985437d7e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Apr 23 21:07:42 2022 +0000

description:
kde-workspace4: SunOS PLIST fix

diffstat:

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

diffs (18 lines):

diff -r 6047faf39796 -r eb3985437d7e x11/kde-workspace4/Makefile
--- a/x11/kde-workspace4/Makefile       Sat Apr 23 21:05:18 2022 +0000
+++ b/x11/kde-workspace4/Makefile       Sat Apr 23 21:07:42 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2022/04/18 19:10:14 adam Exp $
+# $NetBSD: Makefile,v 1.102 2022/04/23 21:07:42 tnn Exp $
 
 DISTNAME=      kde-workspace-4.11.22
 PKGNAME=       ${DISTNAME:S/-4/4-4/}
@@ -76,6 +76,8 @@
 PLIST.utempter=                yes
 .elif ${OPSYS} == "FreeBSD" && exists(/usr/include/utempter.h)
 PLIST.utempter=                yes
+.elif ${OPSYS} == "SunOS" && exists(/usr/include/utempter.h)
+PLIST.utempter=                yes
 .else
 PLIST.noutempter=      yes
 .endif



Home | Main Index | Thread Index | Old Index