summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz>2012-01-09 09:31:33 +0000
committerwiz <wiz>2012-01-09 09:31:33 +0000
commite57256394e2936b2a3815d8f42e3f7b9dada8c13 (patch)
tree4396845058b6208975a124c7f3e9dc9b0874ab10 /lang
parentf1306a0c55475341f57bcd913c7b9bd53ae85c6f (diff)
downloadpkgsrc-e57256394e2936b2a3815d8f42e3f7b9dada8c13.tar.gz
Add missing .endif.
Diffstat (limited to 'lang')
-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