svn commit: r332564 - head/graphics/aaphoto

Mark Felder feld at FreeBSD.org
Sun Nov 3 00:18:44 UTC 2013


Author: feld
Date: Sun Nov  3 00:18:44 2013
New Revision: 332564
URL: http://svnweb.freebsd.org/changeset/ports/332564

Log:
  Require GCC to fix missing OpenMP features
  
  PR:		ports/181967
  Approved by:	swills (mentor, implicit)

Modified:
  head/graphics/aaphoto/Makefile

Modified: head/graphics/aaphoto/Makefile
==============================================================================
--- head/graphics/aaphoto/Makefile	Sun Nov  3 00:12:27 2013	(r332563)
+++ head/graphics/aaphoto/Makefile	Sun Nov  3 00:18:44 2013	(r332564)
@@ -3,6 +3,7 @@
 
 PORTNAME=	aaphoto
 PORTVERSION=	0.43.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	mail at log69.com
@@ -19,6 +20,7 @@ GH_ACCOUNT=	log69
 GH_COMMIT=	e566f9b
 GH_TAGNAME=	v${PORTVERSION}
 
+USE_GCC=	any
 GNU_CONFIGURE=	yes
 USES=		compiler
 


More information about the svn-ports-all mailing list