Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Aug 2013 00:28:07 +0000 (UTC)
From:      Maho Nakata <maho@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325496 - head/editors/openoffice-4
Message-ID:  <201308280028.r7S0S7x4075837@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: maho
Date: Wed Aug 28 00:28:06 2013
New Revision: 325496
URL: http://svnweb.freebsd.org/changeset/ports/325496

Log:
  bsd.port.options.mk, needs to be placed before bsd.port.pre.mk.
  
  Submitted by:	jgh@

Modified:
  head/editors/openoffice-4/Makefile

Modified: head/editors/openoffice-4/Makefile
==============================================================================
--- head/editors/openoffice-4/Makefile	Wed Aug 28 00:24:25 2013	(r325495)
+++ head/editors/openoffice-4/Makefile	Wed Aug 28 00:28:06 2013	(r325496)
@@ -38,8 +38,8 @@ CCACHE_DESC=	Mimimize compile time of C/
 
 .include "${.CURDIR}/files/Makefile.localized"
 
-.include <bsd.port.pre.mk>
 .include <bsd.port.options.mk>
+.include <bsd.port.pre.mk>
 
 USE_JAVA=	yes
 JAVA_BUILD=	jdk



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