aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-09-20 09:13:28 +0800
committerjbeich <jbeich@FreeBSD.org>2015-09-20 09:13:28 +0800
commit863dde86c6223e196b52927c530c953db8fb7a0e (patch)
treed9a86aaba3c7675e7a0dbe5d86742d188d04e3f7 /audio
parent3a726c53657656ec70a06b86d2404f2f0e7c97a8 (diff)
downloadfreebsd-ports-gnome-863dde86c6223e196b52927c530c953db8fb7a0e.tar.gz
freebsd-ports-gnome-863dde86c6223e196b52927c530c953db8fb7a0e.tar.zst
freebsd-ports-gnome-863dde86c6223e196b52927c530c953db8fb7a0e.zip
audio/gogglesmm: minor cleanup
- Convert to USE_GL - Drop redundant assignments
Diffstat (limited to 'audio')
-rw-r--r--audio/gogglesmm/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/gogglesmm/Makefile b/audio/gogglesmm/Makefile
index b10faa5c3af2..ae8353c2467a 100644
--- a/audio/gogglesmm/Makefile
+++ b/audio/gogglesmm/Makefile
@@ -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}" \