svn commit: r320118 - in head/games/opencity: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 6 17:41:38 UTC 2013


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>


More information about the svn-ports-all mailing list