diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-07-29 22:06:54 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-07-29 22:06:54 +0000 |
commit | 63f412b17941e1dc5ff28469e6653d7fe84be3ef (patch) | |
tree | 60964701732608ba59dc71bb975e4d81f464196c | |
parent | Deprecated: not supported upstream anymore (diff) |
Make libmsiecf fetchable again.
While here, mark that is it not ready for python 3 yet
-rw-r--r-- | devel/libmsiecf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libmsiecf/Makefile b/devel/libmsiecf/Makefile index ef0512270c4f..f2d3584bac67 100644 --- a/devel/libmsiecf/Makefile +++ b/devel/libmsiecf/Makefile @@ -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 |