1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Fix aspell option handling.

PR:		ports/99621
Submitted by:	Sean Farley <sean-freebsd@farley.org>
Approved by:	maintianer
This commit is contained in:
Ion-Mihai Tetcu 2006-06-30 22:19:25 +00:00
parent dc35477bd0
commit df6fd15e32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166669

View File

@ -67,7 +67,7 @@ OPERA_TYPE= 3
OPERA_TYPE= 1
.endif
.if defined(WITH_ASPELL)
.if !defined(WITHOUT_ASPELL)
LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell
.endif