svn commit: r329872 - head/audio/libcoverart
Jason E. Hale
jhale at FreeBSD.org
Wed Oct 9 07:04:18 UTC 2013
Author: jhale
Date: Wed Oct 9 07:04:18 2013
New Revision: 329872
URL: http://svnweb.freebsd.org/changeset/ports/329872
Log:
- Support staging
- Convert LIB_DEPENDS to new syntax
Modified:
head/audio/libcoverart/Makefile
Modified: head/audio/libcoverart/Makefile
==============================================================================
--- head/audio/libcoverart/Makefile Wed Oct 9 06:58:43 2013 (r329871)
+++ head/audio/libcoverart/Makefile Wed Oct 9 07:04:18 2013 (r329872)
@@ -11,11 +11,10 @@ COMMENT= Library for accessing the Music
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
More information about the svn-ports-all
mailing list