diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-05 08:33:57 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-05 08:33:57 +0000 |
commit | f970dfe37e17c50b81f95932c5c881b96db944f4 (patch) | |
tree | 66cdef971b6d27bb3a3ab78a537c016547f7eada /audio/libmusicbrainz5 | |
parent | 8858f438a7603c618f2ae852dc325b176c6b30e3 (diff) | |
download | ports-f970dfe37e17c50b81f95932c5c881b96db944f4.tar.gz ports-f970dfe37e17c50b81f95932c5c881b96db944f4.zip |
Notes
Diffstat (limited to 'audio/libmusicbrainz5')
-rw-r--r-- | audio/libmusicbrainz5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libmusicbrainz5/Makefile b/audio/libmusicbrainz5/Makefile index f9031ce7943b..8730d04a6df5 100644 --- a/audio/libmusicbrainz5/Makefile +++ b/audio/libmusicbrainz5/Makefile @@ -18,7 +18,7 @@ COMMENT= MusicBrainz client library for audio metadata lookup BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid \ - neon.26:${PORTSDIR}/www/neon + neon.26:${PORTSDIR}/www/neon26 CMAKE_ARGS= -DCMAKE_BUILD_TYPE:STRING=Release \ -DCMAKE_C_COMPILER:STRING='${CC}' \ |