diff options
Diffstat (limited to 'databases/php-xapian/Makefile')
-rw-r--r-- | databases/php-xapian/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/php-xapian/Makefile b/databases/php-xapian/Makefile index 286a03b2d285..0cb31f3c8dc2 100644 --- a/databases/php-xapian/Makefile +++ b/databases/php-xapian/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \ CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool php:build tar:xz +USES= compiler:c++11-lang libtool php:build tar:xz PLIST_SUB= PHP_EXT_DIR=${PHP_EXT_DIR} PHP_MAJOR_VER=${PHP_VER:C|.$||} |