svn commit: r344668 - head/textproc/libcroco
Martin Wilke
miwi at FreeBSD.org
Mon Feb 17 06:53:33 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list