diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-30 22:19:25 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-30 22:19:25 +0000 |
commit | df6fd15e32a7a76c0ccb49bae5abd59d389e9ba0 (patch) | |
tree | 11fa0c054a4ad6dcd42080f99d89752412a9064b /www/opera/Makefile | |
parent | dc35477bd03b693a27f2695f12ff78a476376096 (diff) |
Notes
Diffstat (limited to 'www/opera/Makefile')
-rw-r--r-- | www/opera/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 9872b35ef6b2..006838b40fd0 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -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 |