diff options
Diffstat (limited to 'editors/gate/Makefile')
-rw-r--r-- | editors/gate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/gate/Makefile b/editors/gate/Makefile index 4834d08b6ee8..9025e680cd2b 100644 --- a/editors/gate/Makefile +++ b/editors/gate/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://www.unixpapa.com/software/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple and unobtrusive line-oriented text editor -BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell -RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell +BUILD_DEPENDS= aspell:textproc/aspell +RUN_DEPENDS= aspell:textproc/aspell USES= ncurses GNU_CONFIGURE= yes |