From 1c54566fd463d83b621c2d10411ee61767f6c54f Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 May 2020 20:49:29 +0000 Subject: [PATCH] Cosmetic change --- www/xapian-omega/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/www/xapian-omega/Makefile b/www/xapian-omega/Makefile index 7e7331fb2dc3..87169a68eec4 100644 --- a/www/xapian-omega/Makefile +++ b/www/xapian-omega/Makefile @@ -17,14 +17,6 @@ BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core LIB_DEPENDS= libpcre.so:devel/pcre \ libxapian.so:databases/xapian-core -CONFLICTS_INSTALL= xapian-omega12 - -OPTIONS_DEFINE= DOCS EXAMPLES ICONV -OPTIONS_DEFAULT=ICONV -ICONV_DESC= Enable iconv character set conversion support - -PORTSCOUT= limitw:1,even - USES= compiler:c++11-lang libtool localbase perl5 shebangfix tar:xz CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \ @@ -35,8 +27,16 @@ GNU_CONFIGURE= yes USE_CXXSTD= c++11 USE_LDCONFIG= yes +CONFLICTS_INSTALL= xapian-omega12 + +PORTSCOUT= limitw:1,even + SHEBANG_FILES= dbi2omega htdig2omega mbox2omega +OPTIONS_DEFINE= DOCS EXAMPLES ICONV +OPTIONS_DEFAULT=ICONV +ICONV_DESC= Enable iconv character set conversion support + ICONV_CONFIGURE_ON= ac_cv_search_iconv=${ICONV_LIB} ICONV_CONFIGURE_WITH= iconv ICONV_USES= iconv