diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-29 16:04:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-29 16:04:19 +0800 |
commit | 86b695336921f6101c61f82e1bb71ad2f6addda0 (patch) | |
tree | 3456d0af775e590587ddd13a96984dec82295fc7 | |
parent | f3200ba3e2db6bfad5dfaf873131cc6f933a8e92 (diff) | |
download | freebsd-ports-gnome-86b695336921f6101c61f82e1bb71ad2f6addda0.tar.gz freebsd-ports-gnome-86b695336921f6101c61f82e1bb71ad2f6addda0.tar.zst freebsd-ports-gnome-86b695336921f6101c61f82e1bb71ad2f6addda0.zip |
WANT_GNOME is the macro to preload bsd.gnome.mk (to enable gnome options later in the port.
-rw-r--r-- | x11/metisse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/metisse/Makefile b/x11/metisse/Makefile index 326b24d330e6..f25adc3b72af 100644 --- a/x11/metisse/Makefile +++ b/x11/metisse/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --with-fontdir=${LOCALBASE}/lib/X11/fonts MAKE_ARGS= METISSE_DOC_DIR="${DOCSDIR}" USE_GETTEXT= yes USES= pathfix -USE_GNOME= +WANT_GNOME= yes USE_LDCONFIG= yes USE_PYTHON= yes USE_XORG= xcursor xft xinerama xpm xrender xt xtst |