From owner-svn-ports-all@FreeBSD.ORG Mon Mar 10 22:42:44 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 388B8B51; Mon, 10 Mar 2014 22:42:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 25285AE3; Mon, 10 Mar 2014 22:42:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AMgiJr009928; Mon, 10 Mar 2014 22:42:44 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2AMghFd009927; Mon, 10 Mar 2014 22:42:43 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403102242.s2AMghFd009927@svn.freebsd.org> From: Antoine Brodin Date: Mon, 10 Mar 2014 22:42:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347811 - head/games/jag X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 22:42:44 -0000 Author: antoine Date: Mon Mar 10 22:42:43 2014 New Revision: 347811 URL: http://svnweb.freebsd.org/changeset/ports/347811 QAT: https://qat.redports.org/buildarchive/r347811/ Log: Unbreak Modified: head/games/jag/Makefile Modified: head/games/jag/Makefile ============================================================================== --- head/games/jag/Makefile Mon Mar 10 22:29:20 2014 (r347810) +++ head/games/jag/Makefile Mon Mar 10 22:42:43 2014 (r347811) @@ -14,12 +14,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= 2D arcade-puzzle game like KDiamonds -USES= dos2unix zip +USES= dos2unix qmake zip USE_SDL= sdl mixer DOS2UNIX_FILES= Game.pro USE_XORG= x11 - -USES= qmake USE_QT4= uic_build moc_build rcc_build \ corelib svg xml opengl network