diff options
author | knu <knu@FreeBSD.org> | 2003-03-24 05:12:07 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-03-24 05:12:07 +0000 |
commit | 3a0b15b9d75c21c5d8858cae461c9beddd02b26a (patch) | |
tree | cdda6bc657de3d35d39c5d429efbe3cbd24796cb | |
parent | 13380bdc79f5e2e9ac54429cc549cbee1fa580f2 (diff) | |
download | FreeBSD-ports-3a0b15b9d75c21c5d8858cae461c9beddd02b26a.zip FreeBSD-ports-3a0b15b9d75c21c5d8858cae461c9beddd02b26a.tar.gz |
Hook libmusicbrainz to the build.
Pointed out by: kris
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index b9b9e37..5c4711e 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -122,6 +122,7 @@ SUBDIR += libaudiofile SUBDIR += libcdaudio SUBDIR += libmikmod + SUBDIR += libmusicbrainz SUBDIR += libogg SUBDIR += libsamplerate SUBDIR += libshout |