diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-29 00:11:05 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-29 00:11:05 +0800 |
commit | 2cde73b30f2a10224d285d6b092a8e83595f8b4c (patch) | |
tree | 6ec0caae036a7e7049ea7aa6c439de3307550d23 /x11 | |
parent | d090e5f8eee8c0686218d65ed831ebbd45a4d895 (diff) | |
download | freebsd-ports-gnome-2cde73b30f2a10224d285d6b092a8e83595f8b4c.tar.gz freebsd-ports-gnome-2cde73b30f2a10224d285d6b092a8e83595f8b4c.tar.zst freebsd-ports-gnome-2cde73b30f2a10224d285d6b092a8e83595f8b4c.zip |
Fix duplicate USES and extra 'gnomehack' where 'pathfix' is used.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/metisse/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/metisse/Makefile b/x11/metisse/Makefile index 8addfa3c5e72..1cbdfd7b4636 100644 --- a/x11/metisse/Makefile +++ b/x11/metisse/Makefile @@ -25,8 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-fontdir=${LOCALBASE}/lib/X11/fonts MAKE_ARGS= METISSE_DOC_DIR="${DOCSDIR}" USE_GETTEXT= yes -USES= pathfix -USE_GNOME= gnomehack +USES= pathfix USE_LDCONFIG= yes USE_PYTHON= yes USE_XORG= xcursor xft xinerama xpm xrender xt xtst |