svn commit: r439079 - head/games/quakeforge

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 21 14:16:30 UTC 2017


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


More information about the svn-ports-all mailing list