diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-08-04 01:33:14 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-08-04 01:33:14 +0000 |
commit | 5035c4b32a83e9b13642c8ca8569d6ba2b001420 (patch) | |
tree | 6601b825f2a7d05fce2e9cb71e977116c7b6dace | |
parent | Update to 0.19 (diff) |
gaspell needs textproc/aspell to build, as well as run
Submitted by: Takeshi Hiyama <th@cis.ibaraki.ac.jp>
Notes
Notes:
svn path=/head/; revision=31295
-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 fcc519e1b179..b040daf83fca 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 |