svn commit: r320999 - head/games/quackle
Pawel Pekala
pawel at FreeBSD.org
Sat Jun 15 13:56:09 UTC 2013
Author: pawel
Date: Sat Jun 15 13:56:08 2013
New Revision: 320999
URL: http://svnweb.freebsd.org/changeset/ports/320999
Log:
- Fix build with clang by using USE_GCC=any
- Fix comment, remove leading article, correct capitalization
- Trim Makefile header
Modified:
head/games/quackle/Makefile
Modified: head/games/quackle/Makefile
==============================================================================
--- head/games/quackle/Makefile Sat Jun 15 13:48:32 2013 (r320998)
+++ head/games/quackle/Makefile Sat Jun 15 13:56:08 2013 (r320999)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: quackle
-# Date created: 15 Feb 2008
-# Whom: shoemaker at bluebottle.com (Jonathan Shoemaker)
-#
+# Created by: shoemaker at bluebottle.com (Jonathan Shoemaker)
# $FreeBSD$
-#
PORTNAME= quackle
PORTVERSION= 0.97
@@ -14,7 +10,7 @@ MASTER_SITES= http://people.csail.mit.ed
MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= pawel at FreeBSD.org
-COMMENT= A scrabble-like word game utilizing qt4
+COMMENT= Scrabble-like word game utilizing Qt4
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
@@ -22,8 +18,9 @@ LICENSE_COMB= dual
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
BUILD_WRKSRC= ${WRKSRC}/quacker
-USE_QT4= corelib gui moc_build qmake_build
USE_GMAKE= yes
+USE_GCC= any
+USE_QT4= gui moc_build qmake_build
MAKE_JOBS_SAFE= yes
DESKTOP_ENTRIES="Quackle" "${COMMENT}" "" "quackle" "Game;BoardGame;" "true"
More information about the svn-ports-head
mailing list