diff options
author | mat <mat@FreeBSD.org> | 2017-10-12 23:57:51 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:43:39 +0800 |
commit | d99607f5c550bda6c396c67eebe447c4f6327c5d (patch) | |
tree | 377f843abe064384155837e23d7134ad79bdccb7 /x11 | |
parent | e187e57eed0f7bc3aeb57ef319cd216fc060cedc (diff) | |
download | freebsd-ports-gnome-d99607f5c550bda6c396c67eebe447c4f6327c5d.tar.gz freebsd-ports-gnome-d99607f5c550bda6c396c67eebe447c4f6327c5d.tar.zst freebsd-ports-gnome-d99607f5c550bda6c396c67eebe447c4f6327c5d.zip |
Remove WANT_GNOME and HAVE_GNOME.
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643
Diffstat (limited to 'x11')
-rw-r--r-- | x11/eaglemode/Makefile | 1 | ||||
-rw-r--r-- | x11/metisse/Makefile | 1 | ||||
-rw-r--r-- | x11/xvattr/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/x11/eaglemode/Makefile b/x11/eaglemode/Makefile index c6c642420e89..ad023965813c 100644 --- a/x11/eaglemode/Makefile +++ b/x11/eaglemode/Makefile @@ -20,7 +20,6 @@ USES= compiler:features jpeg perl5 pkgconfig shebangfix tar:bzip2 USE_PERL5= build USE_XORG= x11 xext xxf86vm SUB_FILES= eaglemode.sh -WANT_GNOME= yes BUILD_ARGS= continue=no diff --git a/x11/metisse/Makefile b/x11/metisse/Makefile index 6d4ab24855b8..fac9df80fc80 100644 --- a/x11/metisse/Makefile +++ b/x11/metisse/Makefile @@ -44,7 +44,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-fontdir=${LOCALBASE}/share/fonts USE_LDCONFIG= yes USE_XORG= xcursor xft xinerama xpm xrender xt xtst -WANT_GNOME= yes MAKE_ARGS= METISSE_DOC_DIR="${DOCSDIR}" INSTALL_TARGET= install-strip diff --git a/x11/xvattr/Makefile b/x11/xvattr/Makefile index b9f9d80163f5..4758f5b094c3 100644 --- a/x11/xvattr/Makefile +++ b/x11/xvattr/Makefile @@ -12,7 +12,6 @@ MAINTAINER= cy@FreeBSD.org COMMENT= Getting and setting Xv attributes USE_XORG= x11 xv -WANT_GNOME= yes USES= pkgconfig PLIST_FILES= bin/${PORTNAME} bin/g${PORTNAME} \ |