From 135776951ec27858cec633271bc65e3e49745f01 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 23 Apr 2013 14:20:25 +0000 Subject: Finish converting the whole ports tree to USES=pkgconfig --- sysutils/iextract/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'sysutils/iextract') diff --git a/sysutils/iextract/Makefile b/sysutils/iextract/Makefile index 059e37b3050b..0363018cb451 100644 --- a/sysutils/iextract/Makefile +++ b/sysutils/iextract/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: IExtract -# Date created: 19 August 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= IExtract PORTVERSION= 0.9.30 @@ -19,7 +15,7 @@ LIB_DEPENDS= YGP.0:${PORTSDIR}/devel/libYGP USE_BZIP2= yes GNU_CONFIGURE= yes USE_GETTEXT= yes -USE_PKGCONFIG= yes +USES= pkgconfig CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --disable-rpath .include -- cgit