diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-11 10:33:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-11 10:33:38 +0000 |
commit | 73a1e1f1c2dbbe9afa4b40c94026702e366ffdbb (patch) | |
tree | 7861b56f376f6344dc52e028b8888e5c417fbdae /textproc | |
parent | 55f3623ddb79e09b9bc6be20ad01ae38b7a92fda (diff) | |
download | pkgsrc-73a1e1f1c2dbbe9afa4b40c94026702e366ffdbb.tar.gz |
For https, let's at least all use the same tool (curl) until we have
a better solution.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php-mecab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/php-mecab/Makefile b/textproc/php-mecab/Makefile index 57bf3f75d4e..c72a4767025 100644 --- a/textproc/php-mecab/Makefile +++ b/textproc/php-mecab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/03/04 01:49:13 taca Exp $ +# $NetBSD: Makefile,v 1.6 2012/03/11 10:33:38 wiz Exp $ # PECL_DISTNAME= php-${MODNAME}-${PECL_VERSION} @@ -16,7 +16,7 @@ LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir -FETCH_USING= wget +FETCH_USING= curl EGDIR= share/examples/php/mecab INSTALLATION_DIRS+= ${EGDIR} PLIST_SRC+= ${.CURDIR}/PLIST.extras |