pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/pstoedit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 12 21:06:03 UTC 2025

Modified Files:
        pkgsrc/graphics/pstoedit: Makefile

Log Message:
pstoedit: add PKGCONFIG_OVERRIDE, bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 pkgsrc/graphics/pstoedit/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/pstoedit/Makefile
diff -u pkgsrc/graphics/pstoedit/Makefile:1.140 pkgsrc/graphics/pstoedit/Makefile:1.141
--- pkgsrc/graphics/pstoedit/Makefile:1.140     Sun Nov 24 06:59:07 2024
+++ pkgsrc/graphics/pstoedit/Makefile   Wed Feb 12 21:06:03 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.140 2024/11/24 06:59:07 adam Exp $
+# $NetBSD: Makefile,v 1.141 2025/02/12 21:06:03 wiz Exp $
 
 DISTNAME=      pstoedit-3.78
-PKGREVISION=   26
-CATEGORIES=    converters graphics print
+PKGREVISION=   27
+CATEGORIES=    graphics converters print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pstoedit/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -27,6 +27,8 @@ CONFIGURE_ENV+=               ac_cv_path_GS=${TOOLS_P
 GNU_CONFIGURE_LIBSUBDIR=       pstoedit        # plugin dir -- unused for now
 #BUILD_TARGET=
 
+PKGCONFIG_OVERRIDE+=   config/pstoedit.pc.in
+
 LIBS.SunOS+=   -ldl
 
 DOCDIR=                ${PREFIX}/share/doc/${PKGBASE}



Home | Main Index | Thread Index | Old Index