Date: Fri, 21 Apr 2017 14:16:29 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439079 - head/games/quakeforge Message-ID: <201704211416.v3LEGTvm027261@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Apr 21 14:16:29 2017 New Revision: 439079 URL: https://svnweb.freebsd.org/changeset/ports/439079 Log: - Fix shebangs - Add missing python dependency Modified: head/games/quakeforge/Makefile Modified: head/games/quakeforge/Makefile ============================================================================== --- head/games/quakeforge/Makefile Fri Apr 21 14:15:45 2017 (r439078) +++ head/games/quakeforge/Makefile Fri Apr 21 14:16:29 2017 (r439079) @@ -3,7 +3,7 @@ PORTNAME= quakeforge PORTVERSION= 0.7.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/quake/quake/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -18,7 +18,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png -USE_CSTD= gnu89 +USES= bison compiler:c11 gmake libtool localbase python:run shebangfix tar:bzip2 +SHEBANG_FILES= tools/qfcc/source/qfpreqcc GNU_CONFIGURE= yes CONFIGURE_ENV= Z_CFLAGS=" " Z_LIBS="-lz" CONFIGURE_ARGS= --disable-alsa \ @@ -30,8 +31,8 @@ CONFIGURE_ARGS= --disable-alsa \ --with-global-cfg=${PREFIX}/etc/quakeforge.conf \ --with-ipv6 \ --with-sharepath=${Q1DIR} +USE_CSTD= gnu89 INSTALL_TARGET= install-strip -USES= bison compiler:c11 gmake libtool localbase tar:bzip2 USE_LDCONFIG= yes SUB_FILES= pkg-message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704211416.v3LEGTvm027261>