svn commit: r397350 - head/audio/gogglesmm

Jan Beich jbeich at FreeBSD.org
Sun Sep 20 01:13:29 UTC 2015


Author: jbeich
Date: Sun Sep 20 01:13:28 2015
New Revision: 397350
URL: https://svnweb.freebsd.org/changeset/ports/397350

Log:
  audio/gogglesmm: minor cleanup
  
  - Convert to USE_GL
  - Drop redundant assignments

Modified:
  head/audio/gogglesmm/Makefile   (contents, props changed)

Modified: head/audio/gogglesmm/Makefile
==============================================================================
--- head/audio/gogglesmm/Makefile	Sun Sep 20 01:13:14 2015	(r397349)
+++ head/audio/gogglesmm/Makefile	Sun Sep 20 01:13:28 2015	(r397350)
@@ -14,15 +14,13 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libtag.so:${PORTSDIR}/audio/taglib \
 		libdbus-1.so:${PORTSDIR}/devel/dbus \
-		libGLEW.so:${PORTSDIR}/graphics/glew \
 		libexpat.so:${PORTSDIR}/textproc/expat2 \
 		libFOX-1.7.so:${PORTSDIR}/x11-toolkits/fox17
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	${PORTNAME}
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USES=		compiler:c++0x desktop-file-utils gmake pkgconfig
+USE_GL=		glew
 USE_SQLITE=	yes
 HAS_CONFIGURE=	yes
 CONFIGURE_ENV=	LINK="${CXX}" \


More information about the svn-ports-all mailing list