summaryrefslogtreecommitdiff
path: root/math/petsc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/petsc/Makefile')
-rw-r--r--math/petsc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/petsc/Makefile b/math/petsc/Makefile
index c60dce2d99f6..aa982c8634af 100644
--- a/math/petsc/Makefile
+++ b/math/petsc/Makefile
@@ -44,7 +44,7 @@ CONFIGURE_ARGS+= --with-x-include=${LOCALBASE}/include \
USES= fortran
FFLAGS+= -O2
PFX= ${PORTNAME}
-TARGET= ${OPSYS:L}
+TARGET= ${OPSYS:tl}
PLIST_SUB= PFX=${PFX} TARGET=${TARGET}
.if !defined(WITHOUT_UMFPACK)