diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
commit | 9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch) | |
tree | c4f78cbaf45ab044db3e157be708afd711a4e841 /japanese/php5-mecab | |
parent | 0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff) | |
download | ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.tar.gz ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.zip |
Notes
Diffstat (limited to 'japanese/php5-mecab')
-rw-r--r-- | japanese/php5-mecab/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/japanese/php5-mecab/Makefile b/japanese/php5-mecab/Makefile index b9348cdf1bca..3a035f834d5b 100644 --- a/japanese/php5-mecab/Makefile +++ b/japanese/php5-mecab/Makefile @@ -15,8 +15,6 @@ LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab USE_PHP= yes USE_PHPEXT= yes CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config -CONFIGURE_ENV= LIBS="${LIBS} ${PTHREAD_LIBS}" -CFLAGS+= ${PTHREAD_CFLAGS} .include <bsd.port.pre.mk> |