Date: Sun, 20 Sep 2015 01:13:28 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397350 - head/audio/gogglesmm Message-ID: <201509200113.t8K1DSfI001226@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509200113.t8K1DSfI001226>