pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/lsix
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jun 23 03:42:34 UTC 2024
Modified Files:
pkgsrc/graphics/lsix: Makefile
Log Message:
lsix: simplify
This is a bash script, so no need to buildlink ImageMagick, just DEPEND
on it. Bump PKGREVISION to be on the safe side.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/graphics/lsix/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/lsix/Makefile
diff -u pkgsrc/graphics/lsix/Makefile:1.26 pkgsrc/graphics/lsix/Makefile:1.27
--- pkgsrc/graphics/lsix/Makefile:1.26 Wed May 29 16:33:00 2024
+++ pkgsrc/graphics/lsix/Makefile Sun Jun 23 03:42:34 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2024/05/29 16:33:00 adam Exp $
+# $NetBSD: Makefile,v 1.27 2024/06/23 03:42:34 wiz Exp $
DISTNAME= lsix-1.8.2
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=hackerb9/}
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/hackerb9/ls
COMMENT= Like ls, but for images
LICENSE= gnu-gpl-v3
+DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
+
USE_TOOLS+= bash:run
USE_LANGUAGES= # none
NO_BUILD= yes
@@ -20,5 +22,4 @@ INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/lsix ${DESTDIR}${PREFIX}/bin/lsix
-.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index