pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/lagrange



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  3 13:12:13 UTC 2023

Modified Files:
        pkgsrc/net/lagrange: Makefile

Log Message:
lagrange: fix DEPENDS line


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/lagrange/Makefile

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

Modified files:

Index: pkgsrc/net/lagrange/Makefile
diff -u pkgsrc/net/lagrange/Makefile:1.12 pkgsrc/net/lagrange/Makefile:1.13
--- pkgsrc/net/lagrange/Makefile:1.12   Sat May  6 19:09:46 2023
+++ pkgsrc/net/lagrange/Makefile        Mon Jul  3 13:12:13 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/05/06 19:09:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2023/07/03 13:12:13 wiz Exp $
 
 DISTNAME=      lagrange-1.15.8
 PKGREVISION=   1
@@ -13,7 +13,7 @@ LICENSE=      2-clause-bsd
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 
-DEPENDS+=      zip-[0-9]*:../../archivers/zip/
+DEPENDS+=      zip-[0-9]*:../../archivers/zip
 
 .include "options.mk"
 .include "../../converters/fribidi/buildlink3.mk"



Home | Main Index | Thread Index | Old Index