diff options
author | lioux <lioux@FreeBSD.org> | 2001-08-09 01:03:00 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-08-09 01:03:00 +0800 |
commit | eaf7662f878ccaad0e9f6af583e19235f6f1d1ad (patch) | |
tree | f0bc135880e940353d44a9abf8f15a5668b962d7 /textproc | |
parent | 519c63893edc3a04afc16a7a0ec2527a478099bd (diff) | |
download | freebsd-ports-gnome-eaf7662f878ccaad0e9f6af583e19235f6f1d1ad.tar.gz freebsd-ports-gnome-eaf7662f878ccaad0e9f6af583e19235f6f1d1ad.tar.zst freebsd-ports-gnome-eaf7662f878ccaad0e9f6af583e19235f6f1d1ad.zip |
Fix LIB_DEPENDS: aspell.9 -> aspell.11; overlooked when aspell was
updated to 0.33.6.3
PR: 28392
Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Prompted by: Kato Tsuguru <tkato@prontomail.com> on PR 29448
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gaspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gaspell/Makefile b/textproc/gaspell/Makefile index 3b84bc6f2b0b..13caec8ad6ba 100644 --- a/textproc/gaspell/Makefile +++ b/textproc/gaspell/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0//} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= aspell.9:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= aspell.11:${PORTSDIR}/textproc/aspell USE_X_PREFIX= yes USE_NEWGCC= yes |