pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/rhythmbox



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Sep 27 19:54:20 UTC 2018

Modified Files:
        pkgsrc/audio/rhythmbox: Makefile

Log Message:
rhythmbox: DEPENDS -> BUILD_DEPENDS in previous


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 pkgsrc/audio/rhythmbox/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/rhythmbox/Makefile
diff -u pkgsrc/audio/rhythmbox/Makefile:1.153 pkgsrc/audio/rhythmbox/Makefile:1.154
--- pkgsrc/audio/rhythmbox/Makefile:1.153       Thu Sep 27 19:47:09 2018
+++ pkgsrc/audio/rhythmbox/Makefile     Thu Sep 27 19:54:20 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.153 2018/09/27 19:47:09 tnn Exp $
+# $NetBSD: Makefile,v 1.154 2018/09/27 19:54:20 tnn Exp $
 
 DISTNAME=      rhythmbox-3.4.2
 PKGREVISION=   2
@@ -27,7 +27,7 @@ CONFIGURE_ARGS+=      --without-gudev
 CONFIGURE_ARGS+=       --enable-vala
 CONFIGURE_ARGS+=       --with-brasero
 
-DEPENDS+=      itstool-[0-9]*:../../textproc/itstool
+BUILD_DEPENDS+=        itstool-[0-9]*:../../textproc/itstool
 DEPENDS+=      gst-plugins1-libav-[0-9]*:../../multimedia/gst-plugins1-libav
 DEPENDS+=      gst-plugins1-good-[0-9]*:../../multimedia/gst-plugins1-libav
 DEPENDS+=      gst-plugins1-oss-[0-9]*:../../audio/gst-plugins1-oss



Home | Main Index | Thread Index | Old Index