mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Correct copy past bug in the plist for the spc plugin.
Submitted by: pointyhat via erwin
This commit is contained in:
parent
eed99aedee
commit
ed179ea50a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228712
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-spc/Makefile,v 1.3 2008/03/19 14:05:32 ahze Exp $
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer OpenSPC frontend
|
||||
|
|
|
@ -415,8 +415,8 @@ gst_soup_PLIST_FILES= ${GST_LIB_DIR}/libgstsouphttpsrc.a \
|
|||
|
||||
# spc
|
||||
gst_spc_LIB_DEPENDS+= openspc.0:${PORTSDIR}/audio/libopenspc
|
||||
gst_spc_PLIST_FILES= ${GST_LIB_DIR}/libgstsouphttpsrc.la \
|
||||
${GST_LIB_DIR}/libgstsouphttpsrc.so
|
||||
gst_spc_PLIST_FILES= ${GST_LIB_DIR}/libgstspc.la \
|
||||
${GST_LIB_DIR}/libgstspc.so
|
||||
gst_spc_DIST= bad
|
||||
|
||||
# speex
|
||||
|
|
Loading…
Add table
Reference in a new issue