svn commit: r383993 - head/databases/libgda5

Koop Mast kwm at FreeBSD.org
Tue Apr 14 10:44:55 UTC 2015


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	
 


More information about the svn-ports-all mailing list