diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-14 19:35:40 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-14 19:35:40 +0000 |
commit | 98f69d9cf2e14be2160eaf0500647da2994b7c13 (patch) | |
tree | 899cc657505982ac6c0d1184613db24022400bd6 /games | |
parent | 1a1f6127689cca7bcb3163e2d9731e5d7b5120fd (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/lincity-ng/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
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 <bsd.port.mk> |