diff options
Diffstat (limited to 'databases/py-xapian/Makefile')
-rw-r--r-- | databases/py-xapian/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/py-xapian/Makefile b/databases/py-xapian/Makefile index efe1731e0683..d4867960edc8 100644 --- a/databases/py-xapian/Makefile +++ b/databases/py-xapian/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xapian -PORTVERSION= 1.4.7 +PORTVERSION= 1.4.8 DISTVERSIONPREFIX= bindings- CATEGORIES= databases python MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ @@ -26,13 +26,15 @@ OPTIONS_DEFINE= DOCS PORTSCOUT= limitw:1,even +USES= compiler:c++11-lang libtool python tar:xz + CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \ --enable-static \ --without-csharp --without-java --without-lua --without-perl \ --without-php --without-ruby --without-tcl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= compiler:c++11-lang libtool python tar:xz +USE_CXXSTD= c++11 USE_PYTHON= flavors PORTDOCS= * |