diff options
Diffstat (limited to 'audio/libcoverart/Makefile')
-rw-r--r-- | audio/libcoverart/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libcoverart/Makefile b/audio/libcoverart/Makefile index 13998cdfabc2..b250de20053c 100644 --- a/audio/libcoverart/Makefile +++ b/audio/libcoverart/Makefile @@ -2,7 +2,7 @@ PORTNAME= libcoverart PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= https://cloud.github.com/downloads/metabrainz/${PORTNAME}/ @@ -12,7 +12,7 @@ COMMENT= Library for accessing the MusicBrainz cover art archive LICENSE= LGPL20 LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson \ - libneon.so:${PORTSDIR}/www/neon29 + libneon.so:${PORTSDIR}/www/neon USES= cmake USE_LDCONFIG= yes |