diff options
author | ade <ade@FreeBSD.org> | 2000-08-04 09:33:14 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-04 09:33:14 +0800 |
commit | 78d864a22bfe1d46d818657e84f7e312bc38f4ec (patch) | |
tree | 62fcb24fc90e32caf8da0457b62d79aeadb7943f /textproc | |
parent | a7bf8b38d50aa91d5c0e17de028668d5fce0a4b2 (diff) | |
download | freebsd-ports-gnome-78d864a22bfe1d46d818657e84f7e312bc38f4ec.tar.gz freebsd-ports-gnome-78d864a22bfe1d46d818657e84f7e312bc38f4ec.tar.zst freebsd-ports-gnome-78d864a22bfe1d46d818657e84f7e312bc38f4ec.zip |
gaspell needs textproc/aspell to build, as well as run
Submitted by: Takeshi Hiyama <th@cis.ibaraki.ac.jp>
Diffstat (limited to 'textproc')
-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 |