diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2013-10-09 07:04:18 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2013-10-09 07:04:18 +0000 |
commit | e6b957a6ffc59ef6ec6072774c8a962953a409d3 (patch) | |
tree | d5a5e24988f7a22a4bb698dbd625fa767d5b5933 | |
parent | Build & run fine with clang (diff) |
- Support staging
- Convert LIB_DEPENDS to new syntax
-rw-r--r-- | audio/libcoverart/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/libcoverart/Makefile b/audio/libcoverart/Makefile index 7ae9757b1633..273075691a6d 100644 --- a/audio/libcoverart/Makefile +++ b/audio/libcoverart/Makefile @@ -11,11 +11,10 @@ COMMENT= Library for accessing the MusicBrainz cover art archive LICENSE= LGPL20 -LIB_DEPENDS= jansson:${PORTSDIR}/devel/jansson \ - neon:${PORTSDIR}/www/neon29 +LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson \ + libneon.so:${PORTSDIR}/www/neon29 USES= cmake -NO_STAGE= yes USE_LDCONFIG= yes # {PROJECT_VERSION} is not a variable nor a typo, just part of the directory name |