svn commit: r315480 - head/x11/metisse

Eitan Adler eadler at FreeBSD.org
Thu Mar 28 16:11:06 UTC 2013


Author: eadler
Date: Thu Mar 28 16:11:05 2013
New Revision: 315480
URL: http://svnweb.freebsd.org/changeset/ports/315480

Log:
  Fix duplicate USES and extra 'gnomehack' where 'pathfix' is used.

Modified:
  head/x11/metisse/Makefile

Modified: head/x11/metisse/Makefile
==============================================================================
--- head/x11/metisse/Makefile	Thu Mar 28 16:07:10 2013	(r315479)
+++ head/x11/metisse/Makefile	Thu Mar 28 16:11:05 2013	(r315480)
@@ -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


More information about the svn-ports-head mailing list