diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 18:47:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 18:47:02 +0800 |
commit | 2a3dfed77d0c78197d3799bd80dbb353ede6f7c9 (patch) | |
tree | 26ae2cdd62e364d83407c01fd1f34e1314ccafc3 /graphics/giblib | |
parent | 55dc7d6797d7a58c80a2195a08875ccef91992f2 (diff) | |
download | freebsd-ports-gnome-2a3dfed77d0c78197d3799bd80dbb353ede6f7c9.tar.gz freebsd-ports-gnome-2a3dfed77d0c78197d3799bd80dbb353ede6f7c9.tar.zst freebsd-ports-gnome-2a3dfed77d0c78197d3799bd80dbb353ede6f7c9.zip |
Convert g* to USES=pkgconfig
Diffstat (limited to 'graphics/giblib')
-rw-r--r-- | graphics/giblib/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
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 <ishmael27@home.com> -# +# Created by: Jeremy Norris <ishmael27@home.com> # $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 |