Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 21:53:46 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326099 - head/devel/libglade2
Message-ID:  <201309022153.r82LrkhH072448@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 21:53:45 2013
New Revision: 326099
URL: http://svnweb.freebsd.org/changeset/ports/326099

Log:
  Fix stupid mistake

Modified:
  head/devel/libglade2/Makefile

Modified: head/devel/libglade2/Makefile
==============================================================================
--- head/devel/libglade2/Makefile	Mon Sep  2 21:52:27 2013	(r326098)
+++ head/devel/libglade2/Makefile	Mon Sep  2 21:53:45 2013	(r326099)
@@ -21,8 +21,8 @@ USE_BZIP2=	yes
 RUN_DEPENDS=	xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr
 
 GNU_CONFIGURE=	yes
-USES=		pathfix
-USE_GNOME=	libxml2 gtk20 referencehack gmake pkgconfig
+USES=		pathfix gmake pkgconfig
+USE_GNOME=	libxml2 gtk20 referencehack
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc \
 		--disable-gtk-doc \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309022153.r82LrkhH072448>