summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-04-14 10:44:54 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-04-14 10:44:54 +0000
commit959b42f142c16bdb9f8875e0816df1f05e8253df (patch)
tree7da5f07074f2fa6861167f7145c89cf5a177aff1
parentsecurity/xml-security: add CPE information (diff)
Move pre-configure target inside the jdbc block. So there is no empty target
to run. Submitted by: mat@
Notes
Notes: svn path=/head/; revision=383993
-rw-r--r--databases/libgda5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile
index 5e43dc222b56..c78a6a3ce4bd 100644
--- a/databases/libgda5/Makefile
+++ b/databases/libgda5/Makefile
@@ -118,8 +118,8 @@ post-patch:
{} \;
.endif
-pre-configure:
.if ${LIBGDA5_SLAVE} == jdbc
+pre-configure:
@cd ${WRKSRC} && ${LOCALBASE}/bin/javac getsp.java
.endif