aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-07-01 06:19:25 +0800
committeritetcu <itetcu@FreeBSD.org>2006-07-01 06:19:25 +0800
commitce5a3379f9959fa3b60366a5299f41a24712af99 (patch)
treea54611df520150ac824c26248c1f4d72bb49ea40 /www
parent5708565ad81821477e9a947e83d9b0d49cea524f (diff)
downloadfreebsd-ports-gnome-ce5a3379f9959fa3b60366a5299f41a24712af99.tar.gz
freebsd-ports-gnome-ce5a3379f9959fa3b60366a5299f41a24712af99.tar.zst
freebsd-ports-gnome-ce5a3379f9959fa3b60366a5299f41a24712af99.zip
Fix aspell option handling.
PR: ports/99621 Submitted by: Sean Farley <sean-freebsd@farley.org> Approved by: maintianer
Diffstat (limited to 'www')
-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