diff options
author | mat <mat@FreeBSD.org> | 2017-10-12 23:57:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-10-12 23:57:51 +0800 |
commit | c0753cee143fae1f39b92cb83a9d69070eb901d7 (patch) | |
tree | 22d06d881d39a3e8bbe4216cf9029a239cf1e2dc /www | |
parent | c8fa612661c5330a15b421fc2f28b32ff8d9c89e (diff) | |
download | freebsd-ports-gnome-c0753cee143fae1f39b92cb83a9d69070eb901d7.tar.gz freebsd-ports-gnome-c0753cee143fae1f39b92cb83a9d69070eb901d7.tar.zst freebsd-ports-gnome-c0753cee143fae1f39b92cb83a9d69070eb901d7.zip |
Remove WANT_GNOME and HAVE_GNOME.
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-opera/Makefile | 1 | ||||
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx/Makefile | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index b52149e67a1f..7768fc123f9d 100644 --- a/www/linux-opera/Makefile +++ b/www/linux-opera/Makefile @@ -24,7 +24,6 @@ RUN_DEPENDS= update-mime-database:misc/shared-mime-info USES= desktop-file-utils linux shared-mime-info tar:xz USE_LINUX= gtk2 sqlite3 xorglibs ONLY_FOR_ARCHS= i386 amd64 -WANT_GNOME= yes INSTALLS_ICONS= yes NO_BUILD= yes diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 1028706f4731..ce5d8288df96 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -236,8 +236,6 @@ X11_DESC= graphics/ImageMagick[-nox11] dependency XSS_DESC= 3rd party xss module VIDEO_DESC= Video module support -WANT_GNOME= yes - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/www/nginx/Makefile b/www/nginx/Makefile index edd4b1a4a085..12d4e4ba6fa9 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -246,8 +246,6 @@ X11_DESC= graphics/ImageMagick[-nox11] dependency XSS_DESC= 3rd party xss module VIDEO_DESC= Video module support -WANT_GNOME= yes - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} |