summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-03 16:19:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-03 16:19:05 +0000
commit1c7362d0252e7a66e19ca697b1b8d26d29f7f846 (patch)
tree0ba22015b4bf17047bbef2879d90c133129508f2 /graphics
parent- convert to the new perl5 framework (diff)
Fix build with clang
Notes
Notes: svn path=/head/; revision=326168
Diffstat (limited to 'graphics')
-rw-r--r--graphics/c-a-i-r/Makefile9
1 files changed, 3 insertions, 6 deletions
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}