diff options
author | acm <acm@FreeBSD.org> | 2011-12-03 12:57:33 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2011-12-03 12:57:33 +0800 |
commit | c7c6849c71ed1853914402354924db029e433acb (patch) | |
tree | c1f6f9bfac511d1f703d4592a8e7e19f611d2733 /www/linux-opera | |
parent | f1eaf08aa2a2097063286f71481404142c08f96c (diff) | |
download | freebsd-ports-gnome-c7c6849c71ed1853914402354924db029e433acb.tar.gz freebsd-ports-gnome-c7c6849c71ed1853914402354924db029e433acb.tar.zst freebsd-ports-gnome-c7c6849c71ed1853914402354924db029e433acb.zip |
- Remove aspell dependency. Nowadays It is not neccesary anymore
Feature safe: yes
Diffstat (limited to 'www/linux-opera')
-rw-r--r-- | www/linux-opera/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index cd735e7a7f0a..ec3d2bc0cc71 100644 --- a/www/linux-opera/Makefile +++ b/www/linux-opera/Makefile @@ -7,6 +7,7 @@ PORTNAME= opera PORTVERSION= ${OPERA_VER} +PORTREVISION= 1 CATEGORIES= www linux MASTER_SITES= ftp://ftp.opera.com/pub/opera/linux/${OPERA_VER:S/.//}/ \ ftp://ftp.sunet.se/pub/www/clients/Opera/linux/${OPERA_VER:S/.//}/ \ @@ -28,7 +29,7 @@ RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info USE_XZ= yes USE_LINUX= yes -USE_LINUX_APPS= aspell naslibs png xorglibs +USE_LINUX_APPS= naslibs png xorglibs ONLY_FOR_ARCHS= i386 amd64 USE_GNOME= desktopfileutils WANT_GNOME= yes |