diff options
author | ade <ade@FreeBSD.org> | 2000-08-21 22:59:19 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-21 22:59:19 +0800 |
commit | 18906453608e84457c698171647454075ec15ba3 (patch) | |
tree | d6785cf853e01c124ad6b749b4dc7a747314a257 | |
parent | f3f71a9a8cd5839404f73269c4415ba7f5aea662 (diff) | |
download | freebsd-ports-gnome-18906453608e84457c698171647454075ec15ba3.tar.gz freebsd-ports-gnome-18906453608e84457c698171647454075ec15ba3.tar.zst freebsd-ports-gnome-18906453608e84457c698171647454075ec15ba3.zip |
Follow new shlib revision from textproc/aspell
-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 |