pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/lepton



Module Name:    pkgsrc
Committed By:   nros
Date:           Sun Sep 24 22:42:29 UTC 2023

Modified Files:
        pkgsrc/graphics/lepton: Makefile

Log Message:
lepton: use pkgsrc zlib to fix build, bump pkgrevision


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/lepton/Makefile

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

Modified files:

Index: pkgsrc/graphics/lepton/Makefile
diff -u pkgsrc/graphics/lepton/Makefile:1.3 pkgsrc/graphics/lepton/Makefile:1.4
--- pkgsrc/graphics/lepton/Makefile:1.3 Wed May  3 08:38:42 2017
+++ pkgsrc/graphics/lepton/Makefile     Sun Sep 24 22:42:29 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2017/05/03 08:38:42 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2023/09/24 22:42:29 nros Exp $
 
 DISTNAME=      lepton-1.2.1
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=dropbox/}
 GITHUB_TAG=    911d79a560c303a2a62e5412117d0a4ccb41836d
@@ -17,12 +18,15 @@ USE_TOOLS+= autoconf autoreconf automake
 
 AUTO_MKDIRS=   yes
 
+CONFIGURE_ARGS+=       --enable-system-dependencies
+
 pre-configure:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} sh ./autogen.sh
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/lepton ${DESTDIR}${PREFIX}/bin
 
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index