svn commit: r346691 - head/textproc/xml-i18n-tools

Martin Wilke miwi at FreeBSD.org
Sat Mar 1 18:09:39 UTC 2014


Author: miwi
Date: Sat Mar  1 18:09:39 2014
New Revision: 346691
URL: http://svnweb.freebsd.org/changeset/ports/346691
QAT: https://qat.redports.org/buildarchive/r346691/

Log:
  - Stage support
  - Convert to USES

Modified:
  head/textproc/xml-i18n-tools/Makefile

Modified: head/textproc/xml-i18n-tools/Makefile
==============================================================================
--- head/textproc/xml-i18n-tools/Makefile	Sat Mar  1 18:09:27 2014	(r346690)
+++ head/textproc/xml-i18n-tools/Makefile	Sat Mar  1 18:09:39 2014	(r346691)
@@ -10,11 +10,9 @@ MASTER_SITES=	GNOME
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Xml internationalization support for GNOME, and others
 
-USE_GMAKE=	yes
-USES=		perl5
+USES=		perl5 gmake
 GNU_CONFIGURE=	yes
 
 CONFLICTS=	intltool-[0-9]*
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list