svn commit: r324231 - head/editors/libreoffice

Andrej Zverev az at FreeBSD.org
Sun Aug 4 13:18:24 UTC 2013


Author: az
Date: Sun Aug  4 13:18:24 2013
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
 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
 WANT_GNOME=	yes
 
 DISTFILES+=	${PORTNAME}-${LOVERSION}${EXTRACT_SUFX}


More information about the svn-ports-all mailing list