pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xosview



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sat Jul 17 08:10:48 UTC 2021

Modified Files:
        pkgsrc/sysutils/xosview: Makefile

Log Message:
Add LIBS.FreeBSD to sysutils/xosview, from Yoshihiro Ota in PR 56237


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/sysutils/xosview/Makefile

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

Modified files:

Index: pkgsrc/sysutils/xosview/Makefile
diff -u pkgsrc/sysutils/xosview/Makefile:1.77 pkgsrc/sysutils/xosview/Makefile:1.78
--- pkgsrc/sysutils/xosview/Makefile:1.77       Tue Jul  7 19:13:18 2020
+++ pkgsrc/sysutils/xosview/Makefile    Sat Jul 17 08:10:48 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2020/07/07 19:13:18 bsiegert Exp $
+# $NetBSD: Makefile,v 1.78 2021/07/17 08:10:48 dholland Exp $
 
 DISTNAME=      xosview-1.22
 PKGREVISION=   1
@@ -32,6 +32,7 @@ BUILD_TARGET=         xosview
 MAKE_ENV+=             LDLIBS=${LIBS:Q}
 MAKE_ENV+=             MANDIR=${PREFIX}/${PKGMANDIR}
 LIBS.NetBSD+=          -lkvm -lprop
+LIBS.FreeBSD+=         -lkvm -ldevstat
 LIBS.SunOS+=           -lsocket -lnsl
 CPPFLAGS.SunOS+=       -I${X11BASE}/include
 ICON_THEMES=           yes



Home | Main Index | Thread Index | Old Index