Make libmsiecf fetchable again.
While here, mark that is it not ready for python 3 yet
This commit is contained in:
parent
54b817a434
commit
63f412b179
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323927
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue