Date: Thu, 9 Jan 2014 21:21:29 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339282 - head/graphics/xmms-waterfall Message-ID: <201401092121.s09LLTi6032409@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Jan 9 21:21:29 2014 New Revision: 339282 URL: http://svnweb.freebsd.org/changeset/ports/339282 Log: - Stage support - New LIB_DEPENDS syntax Modified: head/graphics/xmms-waterfall/Makefile Modified: head/graphics/xmms-waterfall/Makefile ============================================================================== --- head/graphics/xmms-waterfall/Makefile Thu Jan 9 21:14:38 2014 (r339281) +++ head/graphics/xmms-waterfall/Makefile Thu Jan 9 21:21:29 2014 (r339282) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= xmms- MAINTAINER= ports@FreeBSD.org COMMENT= Yet another XMMS spectrum analyzer -LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms +LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms USE_GNOME= gtk12 GNU_CONFIGURE= yes @@ -19,7 +19,6 @@ GNU_CONFIGURE= yes PLIST_FILES= lib/xmms/Visualization/libwaterfall.la \ lib/xmms/Visualization/libwaterfall.so -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401092121.s09LLTi6032409>