From 895c8f14a6571e71764559bbba287fcfa0fbff35 Mon Sep 17 00:00:00 2001 From: bapt Date: Sun, 1 Sep 2013 22:50:06 +0000 Subject: Eradicate USE_GNOME=pkgconfig from graphics While here: - trim headers - convert: * USE_GNOME=gnomehack -> USES=pathfix * USE_GMAKE=yes -> USES=gmake * USE_PERL5 -> USES=perl5 --- graphics/flam3/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'graphics/flam3') diff --git a/graphics/flam3/Makefile b/graphics/flam3/Makefile index 115ea8957985..ee28c797ac3a 100644 --- a/graphics/flam3/Makefile +++ b/graphics/flam3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: flam3 -# Date created: 21 Mar 2010 -# Whom: John Prather -# +# Created by: John Prather # $FreeBSD$ -# PORTNAME= flam3 PORTVERSION= 2.7.18 @@ -23,8 +19,7 @@ MAN1= flam3-animate.1 flam3-genome.1 flam3-render.1 flam3-convert.1 MANCOMPRESSED= no GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig gnomehack +USES= gmake pathfix pkgconfig CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CFLAGS+= -I${LOCALBASE}/include/libpng15 -- cgit