diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-08-21 14:59:19 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-08-21 14:59:19 +0000 |
commit | 5a6905fa8b122ffd750b4070074ce33109d018c2 (patch) | |
tree | 66a9e27df4f5c48771523df8b0423fb909186ae1 /textproc | |
parent | d4c77b5dcc0e1d72afe13f4077d5c038a4ef5f54 (diff) | |
download | ports-5a6905fa8b122ffd750b4070074ce33109d018c2.tar.gz ports-5a6905fa8b122ffd750b4070074ce33109d018c2.zip |
Follow new shlib revision from textproc/aspell
Notes
Notes:
svn path=/head/; revision=31821
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 b040daf83fca..3e0d48e9ff82 100644 --- a/textproc/gaspell/Makefile +++ b/textproc/gaspell/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-.30 MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ - aspell.7:${PORTSDIR}/textproc/aspell + aspell.8:${PORTSDIR}/textproc/aspell RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell USE_NEWGCC= yes |