svn commit: r331617 - head/graphics/gource
Dmitry Sivachenko
demon at FreeBSD.org
Fri Oct 25 17:35:11 UTC 2013
Author: demon
Date: Fri Oct 25 17:35:10 2013
New Revision: 331617
URL: http://svnweb.freebsd.org/changeset/ports/331617
Log:
Convert to new LIB_DEPENDS format;
Fix build on 10/stable (USES=compiler)
Modified:
head/graphics/gource/Makefile
Modified: head/graphics/gource/Makefile
==============================================================================
--- head/graphics/gource/Makefile Fri Oct 25 17:10:07 2013 (r331616)
+++ head/graphics/gource/Makefile Fri Oct 25 17:35:10 2013 (r331617)
@@ -11,16 +11,15 @@ MAINTAINER= demon at FreeBSD.org
COMMENT= OpenGL-based 3D visualisation tool for source control repositories
BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm
-LIB_DEPENDS= SDL_image:${PORTSDIR}/graphics/sdl_image \
- freetype:${PORTSDIR}/print/freetype2 \
- pcre:${PORTSDIR}/devel/pcre \
- GLEW:${PORTSDIR}/graphics/glew \
- boost_filesystem:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libSDL_image.so:${PORTSDIR}/graphics/sdl_image \
+ libfreetype.so:${PORTSDIR}/print/freetype2 \
+ libpcre.so:${PORTSDIR}/devel/pcre \
+ libGLEW.so:${PORTSDIR}/graphics/glew \
+ libboost_filesystem.so:${PORTSDIR}/devel/boost-libs
RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm
GNU_CONFIGURE= yes
-USE_GCC= yes
-USES= gmake pkgconfig
+USES= gmake pkgconfig compiler:c++11-lang
MANCOMPRESSED= yes
CONFIGURE_ARGS+=--with-boost-system=boost_system \
More information about the svn-ports-all
mailing list