svn commit: r326099 - head/devel/libglade2

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 21:53:46 UTC 2013


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 \


More information about the svn-ports-all mailing list