From owner-svn-ports-head@FreeBSD.ORG Sun Aug 4 15:45:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 5D1EB505; Sun, 4 Aug 2013 15:45:49 +0000 (UTC) Date: Sun, 4 Aug 2013 15:45:49 +0000 From: Alexey Dokuchaev To: Andrej Zverev Subject: Re: svn commit: r324231 - head/editors/libreoffice Message-ID: <20130804154549.GC7357@FreeBSD.org> References: <201308041318.r74DIOLd056995@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201308041318.r74DIOLd056995@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Aug 2013 15:45:49 -0000 On Sun, Aug 04, 2013 at 01:18:24PM +0000, Andrej Zverev wrote: > New Revision: 324231 > URL: http://svnweb.freebsd.org/changeset/ports/324231 > > Log: > - Convert to new perl framework > > Modified: > head/editors/libreoffice/Makefile > > Modified: head/editors/libreoffice/Makefile > ============================================================================== > --- head/editors/libreoffice/Makefile Sun Aug 4 13:07:46 2013 (r324230) > +++ head/editors/libreoffice/Makefile Sun Aug 4 13:18:24 2013 (r324231) > @@ -67,12 +67,12 @@ USE_AUTOTOOLS= autoconf aclocal > USE_GL= gl glu > USE_GMAKE= yes You could have also converted USE_GMAKE here. ;-) > USE_OPENLDAP= yes > -USE_PERL5_BUILD= yes > +USE_PERL5= build > USE_PYTHON= yes > USE_QT4= # empty but required > USE_XORG= xaw xrandr > USE_XZ= yes > -USES= bison pkgconfig > +USES= bison pkgconfig perl5 ./danfe