diff options
Diffstat (limited to 'devel/libvmdk/Makefile')
-rw-r--r-- | devel/libvmdk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libvmdk/Makefile b/devel/libvmdk/Makefile index b19b21000540..8b75b7e2b7fa 100644 --- a/devel/libvmdk/Makefile +++ b/devel/libvmdk/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvmdk -PORTVERSION= 20150105 +PORTVERSION= 20150325 DISTVERSIONPREFIX= alpha- CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libvmdk/releases/download/${PORTVERSION}/ \ @@ -14,8 +14,8 @@ COMMENT= Library and tools to access the VMware Virtual Disk (VMDK) format LICENSE= LGPL3 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= fuse gettext iconv libtool pathfix pkgconfig python +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} +USES= fuse gettext libtool pathfix pkgconfig python USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |