diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-17 03:58:46 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-17 03:58:46 +0800 |
commit | 2fada0ce99350720e857a88e38fdae4c23cf0329 (patch) | |
tree | 4422bfb72021768c222f1791a12179152c5f484e /multimedia | |
parent | b1f86e9b4dd96a0b2bc6fd816b318f6e2fd3241d (diff) | |
download | marcuscom-ports-2fada0ce99350720e857a88e38fdae4c23cf0329.tar marcuscom-ports-2fada0ce99350720e857a88e38fdae4c23cf0329.tar.gz marcuscom-ports-2fada0ce99350720e857a88e38fdae4c23cf0329.tar.bz2 marcuscom-ports-2fada0ce99350720e857a88e38fdae4c23cf0329.tar.lz marcuscom-ports-2fada0ce99350720e857a88e38fdae4c23cf0329.tar.xz marcuscom-ports-2fada0ce99350720e857a88e38fdae4c23cf0329.tar.zst marcuscom-ports-2fada0ce99350720e857a88e38fdae4c23cf0329.zip |
Fix typo in 'ladspa'
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3660 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index b0137b9a6..e10057ce2 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -227,7 +227,7 @@ PLIST_FILES= ${GST_LIB_DIR}/libgstjpeg.so .endif # ladspa -.if ${GST_PLUGIN}=="ldspa" +.if ${GST_PLUGIN}=="ladspa" BUILD_DEPENDS+= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa .endif diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index b0137b9a6..e10057ce2 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -227,7 +227,7 @@ PLIST_FILES= ${GST_LIB_DIR}/libgstjpeg.so .endif # ladspa -.if ${GST_PLUGIN}=="ldspa" +.if ${GST_PLUGIN}=="ladspa" BUILD_DEPENDS+= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa .endif |