Date: Mon, 17 Feb 2014 06:53:33 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344668 - head/textproc/libcroco Message-ID: <201402170653.s1H6rXCc000449@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Mon Feb 17 06:53:32 2014 New Revision: 344668 URL: http://svnweb.freebsd.org/changeset/ports/344668 QAT: https://qat.redports.org/buildarchive/r344668/ Log: - Stage support - Convert USE_GMAKE to USES Modified: head/textproc/libcroco/Makefile Modified: head/textproc/libcroco/Makefile ============================================================================== --- head/textproc/libcroco/Makefile Mon Feb 17 06:53:21 2014 (r344667) +++ head/textproc/libcroco/Makefile Mon Feb 17 06:53:32 2014 (r344668) @@ -10,16 +10,14 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= CSS2 parsing library USE_XZ= yes -USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_GNOME= gnomehack glib20 libxml2 ltverhack -USES= pkgconfig gettext +USES= pkgconfig gettext gmake CONFIGURE_ARGS= --disable-gtk-doc-html PLIST_SUB= VERSION="0.6" -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 900035
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402170653.s1H6rXCc000449>