pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/autotrace



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Feb 15 15:37:08 UTC 2025

Modified Files:
        pkgsrc/graphics/autotrace: Makefile

Log Message:
autotrace: add missing tool dependency

Remove DEPENDS on pstoedit, its bl3.mk is also included.


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/graphics/autotrace/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/autotrace/Makefile
diff -u pkgsrc/graphics/autotrace/Makefile:1.116 pkgsrc/graphics/autotrace/Makefile:1.117
--- pkgsrc/graphics/autotrace/Makefile:1.116    Tue Feb 11 10:56:47 2025
+++ pkgsrc/graphics/autotrace/Makefile  Sat Feb 15 15:37:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2025/02/11 10:56:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.117 2025/02/15 15:37:07 wiz Exp $
 
 DISTNAME=      autotrace-0.31.10
 CATEGORIES=    graphics cad
@@ -11,9 +11,7 @@ HOMEPAGE=     https://github.com/autotrace/a
 COMMENT=       Convert bitmap to vector graphics
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1
 
-DEPENDS+=      pstoedit>=3.32.0:../../graphics/pstoedit
-
-USE_TOOLS+=            autoconf automake autoreconf intltool pkg-config
+USE_TOOLS+=            autoconf automake autopoint autoreconf intltool pkg-config
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 



Home | Main Index | Thread Index | Old Index