aboutsummaryrefslogtreecommitdiff
path: root/databases/php-xapian
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-03 20:49:54 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-03 20:49:54 +0000
commitfdbb1d165c5e8f1d021a3384668c5fd6356aaa17 (patch)
tree501264ca01072c2d2e956a3e2b74550649a3cb9d /databases/php-xapian
parente96db3b1a335cabc83747ff5f739e118b4f5a4f1 (diff)
downloadports-fdbb1d165c5e8f1d021a3384668c5fd6356aaa17.tar.gz
ports-fdbb1d165c5e8f1d021a3384668c5fd6356aaa17.zip
Cosmetic change
Notes
Notes: svn path=/head/; revision=533829
Diffstat (limited to 'databases/php-xapian')
-rw-r--r--databases/php-xapian/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/php-xapian/Makefile b/databases/php-xapian/Makefile
index 2eecdef95d00..67fd74e3430b 100644
--- a/databases/php-xapian/Makefile
+++ b/databases/php-xapian/Makefile
@@ -18,12 +18,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core
LIB_DEPENDS= libxapian.so:databases/xapian-core
-CONFLICTS_INSTALL= xapian-bindings12
-
-OPTIONS_DEFINE= DOCS
-
-PORTSCOUT= limitw:1,even
-
USES= compiler:c++11-lang libtool php:build tar:xz
CONFIGURE_ARGS= --datarootdir=${DATADIR} \
@@ -47,6 +41,12 @@ USE_CXXSTD= c++11
PLIST_SUB= PHP_EXT_DIR=${PHP_EXT_DIR}
+CONFLICTS_INSTALL= xapian-bindings12
+
+PORTSCOUT= limitw:1,even
+
+OPTIONS_DEFINE= DOCS
+
post-patch:
@${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure