Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2013 17:41:38 +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: r320118 - in head/games/opencity: . files
Message-ID:  <201306061741.r56HfcqL038216@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun  6 17:41:37 2013
New Revision: 320118
URL: http://svnweb.freebsd.org/changeset/ports/320118

Log:
  - Mark with USE_GCC
  - Remove obsolete patch and OSVERSION check

Deleted:
  head/games/opencity/files/extra-patch-src-macros.h
Modified:
  head/games/opencity/Makefile

Modified: head/games/opencity/Makefile
==============================================================================
--- head/games/opencity/Makefile	Thu Jun  6 17:33:57 2013	(r320117)
+++ head/games/opencity/Makefile	Thu Jun  6 17:41:37 2013	(r320118)
@@ -16,16 +16,13 @@ GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_SDL=	sdl mixer image net
 USE_GL=		gl glu
+USE_GCC=	any
 
 PORTDOCS=	*
 
 MAN6=		opencity.6
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 802502
-EXTRA_PATCHES=	${FILESDIR}/extra-patch-src-macros.h
-.endif
+.include <bsd.port.options.mk>
 
 .if ! ${PORT_OPTIONS:MDOCS}
 post-patch:
@@ -33,4 +30,4 @@ post-patch:
 		${WRKSRC}/docs/Makefile.in
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306061741.r56HfcqL038216>