diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-05 04:28:31 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-05 04:28:31 +0800 |
commit | f936c151dd85044e407e6ef19c3eae4e27315247 (patch) | |
tree | 809e541af15b73734c43182b4f41107e2d9dd2b8 /lang | |
parent | aad1135c50c9522ca415b203d605d3cb6cc3c244 (diff) | |
download | freebsd-ports-gnome-f936c151dd85044e407e6ef19c3eae4e27315247.tar.gz freebsd-ports-gnome-f936c151dd85044e407e6ef19c3eae4e27315247.tar.zst freebsd-ports-gnome-f936c151dd85044e407e6ef19c3eae4e27315247.zip |
Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by: portmgr (implicit, PORTREVISION bump on unstaged port)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php53/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index a393f64246ae..2449f2b56ce9 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -291,7 +291,7 @@ CONFIGURE_ARGS+=--enable-posix .endif .if ${PHP_MODNAME} == "pspell" -LIB_DEPENDS+= libaspell.so.16:${PORTSDIR}/textproc/aspell +LIB_DEPENDS+= libaspell.so:${PORTSDIR}/textproc/aspell CONFIGURE_ARGS+=--with-pspell=${LOCALBASE} |