Cosmetic change
This commit is contained in:
parent
20291b7856
commit
e96db3b1a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533828
1 changed files with 4 additions and 4 deletions
|
@ -18,10 +18,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
BUILD_DEPENDS= xapian-core>=${PORTVERSION:R}:databases/xapian-core
|
||||
LIB_DEPENDS= libxapian.so:databases/xapian-core
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= compiler:c++11-lang libtool perl5 tar:xz
|
||||
|
||||
CONFIGURE_ARGS= --datarootdir=${DATADIR} \
|
||||
|
@ -45,6 +41,10 @@ USE_CXXSTD= c++11
|
|||
|
||||
PORTDOCS= *
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
|
||||
|
||||
|
|
Loading…
Reference in a new issue