pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/kde-workspace4
Module Name: pkgsrc
Committed By: tnn
Date: Sat Apr 23 21:07:42 UTC 2022
Modified Files:
pkgsrc/x11/kde-workspace4: Makefile
Log Message:
kde-workspace4: SunOS PLIST fix
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/x11/kde-workspace4/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/kde-workspace4/Makefile
diff -u pkgsrc/x11/kde-workspace4/Makefile:1.101 pkgsrc/x11/kde-workspace4/Makefile:1.102
--- pkgsrc/x11/kde-workspace4/Makefile:1.101 Mon Apr 18 19:10:14 2022
+++ pkgsrc/x11/kde-workspace4/Makefile Sat Apr 23 21:07:42 2022
@@ -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_VARS+= gles utempter noutempter
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