pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/tremor



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Fri Jan  3 02:05:23 UTC 2020

Modified Files:
        pkgsrc/audio/tremor: buildlink3.mk

Log Message:
tremor: tremor's vorbisidec.pc explicitly requires libogg.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/tremor/buildlink3.mk

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

Modified files:

Index: pkgsrc/audio/tremor/buildlink3.mk
diff -u pkgsrc/audio/tremor/buildlink3.mk:1.9 pkgsrc/audio/tremor/buildlink3.mk:1.10
--- pkgsrc/audio/tremor/buildlink3.mk:1.9       Fri Mar 20 19:23:59 2009
+++ pkgsrc/audio/tremor/buildlink3.mk   Fri Jan  3 02:05:23 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2009/03/20 19:23:59 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2020/01/03 02:05:23 tsutsui Exp $
 
 BUILDLINK_TREE+=       tremor
 
@@ -10,4 +10,6 @@ BUILDLINK_ABI_DEPENDS.tremor+=        tremor>=1
 BUILDLINK_PKGSRCDIR.tremor?=   ../../audio/tremor
 .endif # TREMOR_BUILDLINK3_MK
 
+.include "../../multimedia/libogg/buildlink3.mk"
+
 BUILDLINK_TREE+=       -tremor



Home | Main Index | Thread Index | Old Index