pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/inkscape



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Feb  2 15:30:13 UTC 2023

Modified Files:
        pkgsrc/graphics/inkscape: Makefile

Log Message:
inkscape: remove unintentionally commited BUILDLINK_TRANSFORM, not needed


To generate a diff of this commit:
cvs rdiff -u -r1.261 -r1.262 pkgsrc/graphics/inkscape/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/inkscape/Makefile
diff -u pkgsrc/graphics/inkscape/Makefile:1.261 pkgsrc/graphics/inkscape/Makefile:1.262
--- pkgsrc/graphics/inkscape/Makefile:1.261     Thu Feb  2 15:26:55 2023
+++ pkgsrc/graphics/inkscape/Makefile   Thu Feb  2 15:30:13 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.261 2023/02/02 15:26:55 tnn Exp $
+# $NetBSD: Makefile,v 1.262 2023/02/02 15:30:13 tnn Exp $
 
 DISTNAME=      inkscape-1.2.2
 CATEGORIES=    graphics
@@ -72,7 +72,6 @@ MANCOMPRESSED=        yes
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == "Darwin"
 CMAKE_ARGS+=   -DIntl_INCLUDE_DIR=${BUILDLINK_PREFIX.gettext}/include
-BUILDLINK_TRANSFORM+=  rm:-lX11 rm:-lXext
 .endif
 
 # There exists some race condition in create_default_templates.py that



Home | Main Index | Thread Index | Old Index