diff options
author | ade <ade@FreeBSD.org> | 2000-08-04 01:33:14 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-04 01:33:14 +0000 |
commit | 78d864a22bfe1d46d818657e84f7e312bc38f4ec (patch) | |
tree | 62fcb24fc90e32caf8da0457b62d79aeadb7943f /textproc/gaspell/Makefile | |
parent | a7bf8b38d50aa91d5c0e17de028668d5fce0a4b2 (diff) | |
download | FreeBSD-ports-78d864a22bfe1d46d818657e84f7e312bc38f4ec.zip FreeBSD-ports-78d864a22bfe1d46d818657e84f7e312bc38f4ec.tar.gz |
gaspell needs textproc/aspell to build, as well as run
Submitted by: Takeshi Hiyama <th@cis.ibaraki.ac.jp>
Diffstat (limited to 'textproc/gaspell/Makefile')
-rw-r--r-- | textproc/gaspell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/gaspell/Makefile b/textproc/gaspell/Makefile index fcc519e..b040daf 100644 --- a/textproc/gaspell/Makefile +++ b/textproc/gaspell/Makefile @@ -13,7 +13,8 @@ DISTNAME= ${PORTNAME}-.30 MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ + aspell.7:${PORTSDIR}/textproc/aspell RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell USE_NEWGCC= yes |