Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2013 15:45:49 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Andrej Zverev <az@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r324231 - head/editors/libreoffice
Message-ID:  <20130804154549.GC7357@FreeBSD.org>
In-Reply-To: <201308041318.r74DIOLd056995@svn.freebsd.org>
References:  <201308041318.r74DIOLd056995@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130804154549.GC7357>