svn commit: r339282 - head/graphics/xmms-waterfall

Antoine Brodin antoine at FreeBSD.org
Thu Jan 9 21:21:30 UTC 2014


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 at 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


More information about the svn-ports-all mailing list