svn commit: r326324 - head/audio/gxmms2

Guido Falsi madpilot at FreeBSD.org
Wed Sep 4 21:08:13 UTC 2013


Author: madpilot
Date: Wed Sep  4 21:08:13 2013
New Revision: 326324
URL: http://svnweb.freebsd.org/changeset/ports/326324

Log:
  - Add explicit pkgconfig dependency
  - Convert to new LIB_DEPENDS format
  - Include bsd.port.mk instead of the pre/post split ones.

Modified:
  head/audio/gxmms2/Makefile

Modified: head/audio/gxmms2/Makefile
==============================================================================
--- head/audio/gxmms2/Makefile	Wed Sep  4 21:03:18 2013	(r326323)
+++ head/audio/gxmms2/Makefile	Wed Sep  4 21:08:13 2013	(r326324)
@@ -14,23 +14,21 @@ COMMENT=	A GTK2 based XMMS2 client, writ
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	xmmsclient.6:${PORTSDIR}/audio/xmms2
+LIB_DEPENDS=	libxmmsclient.so:${PORTSDIR}/audio/xmms2
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USE_GNOME=	gtk20
-USES=		gmake
+USES=		gmake pkgconfig
 ALL_TARGET=	${PORTNAME}
 
 PLIST_FILES=	bin/gxmms2 \
 		%%DATADIR%%/gxmms2_mini.xpm
 PLIST_DIRS=	%%DATADIR%%
 
-.include <bsd.port.pre.mk>
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 	${MKDIR} ${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/gxmms2src/gxmms2_mini.xpm ${DATADIR}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list