summaryrefslogtreecommitdiff
path: root/www/opera
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-30 22:19:25 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-30 22:19:25 +0000
commitdf6fd15e32a7a76c0ccb49bae5abd59d389e9ba0 (patch)
tree11fa0c054a4ad6dcd42080f99d89752412a9064b /www/opera
parent- Remove file/patch-configure, already included in the tarball. Also, remove (diff)
Fix aspell option handling.
PR: ports/99621 Submitted by: Sean Farley <sean-freebsd@farley.org> Approved by: maintianer
Notes
Notes: svn path=/head/; revision=166669
Diffstat (limited to 'www/opera')
-rw-r--r--www/opera/Makefile2
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