aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/iextract
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-04-23 22:20:25 +0800
committerbapt <bapt@FreeBSD.org>2013-04-23 22:20:25 +0800
commit135776951ec27858cec633271bc65e3e49745f01 (patch)
tree87b239f8431cee200969f89da8739806496b7dad /sysutils/iextract
parent403f9e420456633793408637949b5119d9c957d8 (diff)
downloadfreebsd-ports-gnome-135776951ec27858cec633271bc65e3e49745f01.tar.gz
freebsd-ports-gnome-135776951ec27858cec633271bc65e3e49745f01.tar.zst
freebsd-ports-gnome-135776951ec27858cec633271bc65e3e49745f01.zip
Finish converting the whole ports tree to USES=pkgconfig
Diffstat (limited to 'sysutils/iextract')
-rw-r--r--sysutils/iextract/Makefile8
1 files changed, 2 insertions, 6 deletions
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 <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $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 <bsd.port.mk>