From b7a6d93df31602fa107378b1d0cb60879f93a101 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 3 Sep 2013 16:19:05 +0000 Subject: Fix build with clang --- graphics/c-a-i-r/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'graphics/c-a-i-r') diff --git a/graphics/c-a-i-r/Makefile b/graphics/c-a-i-r/Makefile index 2192bb1aa65b..5d36601b246d 100644 --- a/graphics/c-a-i-r/Makefile +++ b/graphics/c-a-i-r/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: c-a-i-r -# Date created: 18 Oct 2008 -# Whom: buganini@gmail.com -# +# Created by: buganini@gmail.com # $FreeBSD$ -# PORTNAME= c-a-i-r PORTVERSION= 2.19 @@ -15,7 +11,8 @@ MAINTAINER= buganini@gmail.com COMMENT= Content Aware Image Resizer is an implementation of seam carving USE_ZIP= yes -USE_GMAKE= yes +USES= gmake +MAKE_ARGS+= CC="${CXX}" WRKSRC= ${WRKDIR} -- cgit