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 /misc | |
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 'misc')
-rw-r--r-- | misc/magicpoint/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index fe08b76caab3..cc938c2ca10d 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -21,7 +21,6 @@ MAKE_JOBS_UNSAFE= yes USES= imake:env perl5 pkgconfig USE_PERL5= run USE_XORG= x11 xext xmu xt sm ice xi xtst -WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-vflib --enable-locale CONFIGURE_ENV= mgp_cv_path_perl=${PERL} |