summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-01-09 09:31:33 +0000
committerwiz <wiz@pkgsrc.org>2012-01-09 09:31:33 +0000
commit0082d5f41253d5853b8e0dc25f279dc7fc8d667d (patch)
tree4396845058b6208975a124c7f3e9dc9b0874ab10
parent858916964719760566da0c6172a4c4aea5429f74 (diff)
downloadpkgsrc-0082d5f41253d5853b8e0dc25f279dc7fc8d667d.tar.gz
Add missing .endif.
-rw-r--r--lang/gnat-aux/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gnat-aux/Makefile b/lang/gnat-aux/Makefile
index 4cb8c432012..a0013846f36 100644
--- a/lang/gnat-aux/Makefile
+++ b/lang/gnat-aux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/01/08 15:15:04 marino Exp $
+# $NetBSD: Makefile,v 1.10 2012/01/09 09:31:33 wiz Exp $
#
PKGNAME= gnat-aux-${SNAPSHOT}
@@ -271,6 +271,7 @@ do-test: build
.else
cd ${BUILDDIR} && ${SETENV} ${MY_MAKE_ENV} ${GMAKE} -sk check-ada
.endif
+.endif
.if !empty(PKG_OPTIONS:Mfortran) && !empty(PKG_OPTIONS:Mtestfortran)
cd ${BUILDDIR} && ${SETENV} ${MY_MAKE_ENV} ${GMAKE} -sk check-fortran
.endif