diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /sysutils/iextract | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) |
Notes
Diffstat (limited to 'sysutils/iextract')
-rw-r--r-- | sysutils/iextract/Makefile | 8 |
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> |