diff options
author | Alex Dupre <ale@FreeBSD.org> | 2012-05-20 06:42:55 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2012-05-20 06:42:55 +0000 |
commit | 77cb321f555961d887151f7a0e56b4289007a832 (patch) | |
tree | 8cf380a192f1f3bb956bfa03e547165460421400 /japanese | |
parent | 12ce6c87dd0ede9d22d073e48b5a0e107474401e (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/php5-mecab/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/php5-mecab/Makefile b/japanese/php5-mecab/Makefile index a3bea4893140..5a6e21885fb9 100644 --- a/japanese/php5-mecab/Makefile +++ b/japanese/php5-mecab/Makefile @@ -19,8 +19,9 @@ COMMENT= A PHP5 extension for MeCab Morphological Analyzer LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab USE_PHP= yes -DEFAULT_PHP_VER=5 USE_PHPEXT= yes +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config CONFIGURE_ENV= LIBS="${LIBS} ${PTHREAD_LIBS}" CFLAGS+= ${PTHREAD_CFLAGS} |