From 2a3dfed77d0c78197d3799bd80dbb353ede6f7c9 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 23 Apr 2013 10:47:02 +0000 Subject: Convert g* to USES=pkgconfig --- graphics/giblib/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'graphics/giblib') diff --git a/graphics/giblib/Makefile b/graphics/giblib/Makefile index 4f7fe952f8e8..fad87c63a92e 100644 --- a/graphics/giblib/Makefile +++ b/graphics/giblib/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: giblib -# Date created: 12 Nov 2000 -# Whom: Jeremy Norris -# +# Created by: Jeremy Norris # $FreeBSD$ -# PORTNAME= giblib PORTVERSION= 1.2.4 @@ -15,11 +11,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A utility library that includes a wrapper for imlib2 USE_AUTOTOOLS= libtool -USES= pathfix +USES= pathfix pkgconfig USE_EFL= imlib2 GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_PKGCONFIG= yes MAKE_JOBS_SAFE= yes -- cgit