pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xephem



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb  2 23:42:24 UTC 2026

Modified Files:
        pkgsrc/x11/xephem: Makefile

Log Message:
xephem: uses openssl, noticed in SmartOS build


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/x11/xephem/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/xephem/Makefile
diff -u pkgsrc/x11/xephem/Makefile:1.76 pkgsrc/x11/xephem/Makefile:1.77
--- pkgsrc/x11/xephem/Makefile:1.76     Sat Jan 31 18:05:27 2026
+++ pkgsrc/x11/xephem/Makefile  Mon Feb  2 23:42:24 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2026/01/31 18:05:27 gdt Exp $
+# $NetBSD: Makefile,v 1.77 2026/02/02 23:42:24 wiz Exp $
 
 VERSION=       4.2.0
 DISTNAME=      XEphem-${VERSION}
@@ -80,5 +80,6 @@ do-install:
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/motif.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index