From 98f69d9cf2e14be2160eaf0500647da2994b7c13 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 14 Dec 2017 19:35:40 +0000 Subject: - Fix depends - Verbosify build Approved by: portmgr blanket --- games/lincity-ng/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'games') diff --git a/games/lincity-ng/Makefile b/games/lincity-ng/Makefile index 9bfff7f58a85..7982b1b4dfa8 100644 --- a/games/lincity-ng/Makefile +++ b/games/lincity-ng/Makefile @@ -3,7 +3,7 @@ PORTNAME= lincity-ng PORTVERSION= 2.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= games MASTER_SITES= BERLIOS @@ -15,7 +15,8 @@ LIB_DEPENDS= libphysfs.so:devel/physfs USES= pkgconfig tar:bzip2 USE_SDL= sdl mixer image ttf gfx -USE_GL= yes +USE_GL= gl +USE_XORG= x11 USE_GNOME= libxml2 GNU_CONFIGURE= yes @@ -36,9 +37,9 @@ post-patch: @${REINPLACE_CMD} -e 's| -O| -I${LOCALBASE}/include&|g' \ ${WRKSRC}/Jamrules do-build: - @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} jam -j${MAKE_JOBS_NUMBER}) + @(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} jam -dx -j${MAKE_JOBS_NUMBER}) do-install: - @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} jam -sprefix=${STAGEDIR}${PREFIX} ${INSTALL_TARGET}) + @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} jam -dx -sprefix=${STAGEDIR}${PREFIX} ${INSTALL_TARGET}) .include -- cgit v1.2.3