aboutsummaryrefslogtreecommitdiff
path: root/sysutils/iextract/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/iextract/Makefile')
-rw-r--r--sysutils/iextract/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/iextract/Makefile b/sysutils/iextract/Makefile
index cc0812bfe150..c1213bb1abfe 100644
--- a/sysutils/iextract/Makefile
+++ b/sysutils/iextract/Makefile
@@ -6,23 +6,19 @@
#
PORTNAME= IExtract
-PORTVERSION= 0.8.11
+PORTVERSION= 0.9.01
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Extract meta-information from files
-LIB_DEPENDS= YGP-0.8.10.0:${PORTSDIR}/devel/libYGP
+LIB_DEPENDS= YGP.0:${PORTSDIR}/devel/libYGP
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GETTEXT= yes
CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
-CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
-PLIST_FILES= bin/IExtract \
- share/locale/de/LC_MESSAGES/IExtract.mo \
- share/locale/en/LC_MESSAGES/IExtract.mo \
- share/locale/es/LC_MESSAGES/IExtract.mo
+CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --disable-rpath
.include <bsd.port.mk>