Date: Mon, 29 Jul 2013 22:06:54 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323927 - head/devel/libmsiecf Message-ID: <201307292206.r6TM6s6a052697@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jul 29 22:06:54 2013 New Revision: 323927 URL: http://svnweb.freebsd.org/changeset/ports/323927 Log: Make libmsiecf fetchable again. While here, mark that is it not ready for python 3 yet Modified: head/devel/libmsiecf/Makefile Modified: head/devel/libmsiecf/Makefile ============================================================================== --- head/devel/libmsiecf/Makefile Mon Jul 29 21:59:12 2013 (r323926) +++ head/devel/libmsiecf/Makefile Mon Jul 29 22:06:54 2013 (r323927) @@ -4,7 +4,8 @@ PORTNAME= libmsiecf DISTVERSION= alpha-20130529 CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSVm1MNkw5cU1mUG8/ \ + LOCAL/antoine MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to access the MSIE index.dat files @@ -14,7 +15,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python USES= gettext iconv pathfix -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307292206.r6TM6s6a052697>