Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2015 10:44:54 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383993 - head/databases/libgda5
Message-ID:  <201504141044.t3EAisfc005791@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Tue Apr 14 10:44:54 2015
New Revision: 383993
URL: https://svnweb.freebsd.org/changeset/ports/383993

Log:
  Move pre-configure target inside the jdbc block. So there is no empty target
  to run.
  
  Submitted by:	mat@

Modified:
  head/databases/libgda5/Makefile

Modified: head/databases/libgda5/Makefile
==============================================================================
--- head/databases/libgda5/Makefile	Tue Apr 14 10:21:13 2015	(r383992)
+++ head/databases/libgda5/Makefile	Tue Apr 14 10:44:54 2015	(r383993)
@@ -118,8 +118,8 @@ post-patch:
 		{} \;
 .endif
 
-pre-configure:
 .if ${LIBGDA5_SLAVE} == jdbc
+pre-configure:
 	@cd ${WRKSRC} && ${LOCALBASE}/bin/javac getsp.java
 .endif	
 



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