pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/gst-plugins0.10-libvisual



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Apr 25 17:19:19 UTC 2020

Modified Files:
        pkgsrc/audio/gst-plugins0.10-libvisual: Makefile

Log Message:
audio/gst-plugins0.10-libvisual: fix SUBST redundancy check

This plugin does not depend on other plugins, therefore there is no
library path to fix.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/gst-plugins0.10-libvisual/Makefile

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

Modified files:

Index: pkgsrc/audio/gst-plugins0.10-libvisual/Makefile
diff -u pkgsrc/audio/gst-plugins0.10-libvisual/Makefile:1.9 pkgsrc/audio/gst-plugins0.10-libvisual/Makefile:1.10
--- pkgsrc/audio/gst-plugins0.10-libvisual/Makefile:1.9 Sat Sep 22 12:36:45 2012
+++ pkgsrc/audio/gst-plugins0.10-libvisual/Makefile     Sat Apr 25 17:19:19 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/09/22 12:36:45 obache Exp $
+# $NetBSD: Makefile,v 1.10 2020/04/25 17:19:19 rillig Exp $
 #
 
 GST_PLUGINS0.10_NAME=  libvisual
@@ -7,6 +7,7 @@ GST_PLUGINS0.10_FLAGS=  libvisual
 PKGREVISION=           2
 
 .include "../../multimedia/gst-plugins0.10-base/Makefile.common"
+SUBST_NOOP_OK.libs=    yes # does not depend on other plugins
 
 .include "../../audio/libvisual/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index