diff options
author | marcus <marcus@FreeBSD.org> | 2006-04-24 04:13:37 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-04-24 04:13:37 +0800 |
commit | d1dfac49516e24f4054439234bdad5be1a16e287 (patch) | |
tree | 848eff95c8a8c1cdbf11872e9888afe8229dd8e8 /audio | |
parent | 0f7ba9b959529cdda298ef3f8191077d499e57aa (diff) | |
download | freebsd-ports-gnome-d1dfac49516e24f4054439234bdad5be1a16e287.tar.gz freebsd-ports-gnome-d1dfac49516e24f4054439234bdad5be1a16e287.tar.zst freebsd-ports-gnome-d1dfac49516e24f4054439234bdad5be1a16e287.zip |
Replace the correct instance of -polypaudio with -polyp. This corrects
the CVSROOT modules entry for akode-polugins-polypaudio.
Reported by: erwin
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 2dab906e9da9..d9fc1133dca6 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -17,7 +17,7 @@ SUBDIR += akode-plugins-mpc SUBDIR += akode-plugins-mpeg SUBDIR += akode-plugins-oss - SUBDIR += akode-plugins-polyp + SUBDIR += akode-plugins-polypaudio SUBDIR += akode-plugins-resampler SUBDIR += akode-plugins-xiph SUBDIR += alac |